@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; useful for testing and debugging.
|
CreateParameterGroupResult |
withParameterGroup(ParameterGroup parameterGroup)
Represents the output of a CreateParameterGroup action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateParameterGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.