@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateIpGroupResult clone()