@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()
The newly-created parameter group.
|
int |
hashCode() |
void |
setParameterGroup(ParameterGroup parameterGroup)
The newly-created parameter group.
|
String |
toString()
Returns a string representation of this object.
|
CreateParameterGroupResult |
withParameterGroup(ParameterGroup parameterGroup)
The newly-created parameter group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setParameterGroup(ParameterGroup parameterGroup)
The newly-created parameter group.
parameterGroup
- The newly-created parameter group.public ParameterGroup getParameterGroup()
The newly-created parameter group.
public CreateParameterGroupResult withParameterGroup(ParameterGroup parameterGroup)
The newly-created parameter group.
parameterGroup
- The newly-created parameter group.public String toString()
toString
in class Object
Object.toString()
public CreateParameterGroupResult clone()