@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateParameterGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
CreateParameterGroupResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
CreateParameterGroupResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
ParameterGroup | 
getParameterGroup()
 Represents the output of a CreateParameterGroup action. 
 | 
int | 
hashCode()  | 
void | 
setParameterGroup(ParameterGroup parameterGroup)
 Represents the output of a CreateParameterGroup action. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateParameterGroupResult | 
withParameterGroup(ParameterGroup parameterGroup)
 Represents the output of a CreateParameterGroup action. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setParameterGroup(ParameterGroup parameterGroup)
Represents the output of a CreateParameterGroup action.
parameterGroup - Represents the output of a CreateParameterGroup action.public ParameterGroup getParameterGroup()
Represents the output of a CreateParameterGroup action.
public CreateParameterGroupResult withParameterGroup(ParameterGroup parameterGroup)
Represents the output of a CreateParameterGroup action.
parameterGroup - Represents the output of a CreateParameterGroup action.public String toString()
toString in class ObjectObject.toString()public CreateParameterGroupResult clone()