@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateIpGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateIpGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateIpGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getGroupId()
The identifier of the group.
|
int |
hashCode() |
void |
setGroupId(String groupId)
The identifier of the group.
|
String |
toString()
Returns a string representation of this object.
|
CreateIpGroupResult |
withGroupId(String groupId)
The identifier of the group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGroupId(String groupId)
The identifier of the group.
groupId - The identifier of the group.public String getGroupId()
The identifier of the group.
public CreateIpGroupResult withGroupId(String groupId)
The identifier of the group.
groupId - The identifier of the group.public String toString()
toString in class ObjectObject.toString()public CreateIpGroupResult clone()