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