@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateGroupRequest() |
Modifier and Type | Method and Description |
---|---|
CreateGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
A string containing the description of the group.
|
String |
getDisplayName()
A string containing the name of the group.
|
String |
getIdentityStoreId()
The globally unique identifier for the identity store.
|
int |
hashCode() |
void |
setDescription(String description)
A string containing the description of the group.
|
void |
setDisplayName(String displayName)
A string containing the name of the group.
|
void |
setIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
String |
toString()
Returns a string representation of this object.
|
CreateGroupRequest |
withDescription(String description)
A string containing the description of the group.
|
CreateGroupRequest |
withDisplayName(String displayName)
A string containing the name of the group.
|
CreateGroupRequest |
withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 CreateGroupRequest withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId
- The globally unique identifier for the identity store.public void setDisplayName(String displayName)
A string containing the name of the group. This value is commonly displayed when the group is referenced.
Administrator
and AWSAdministrators
are reserved names and can't be used for users or
groups.
displayName
- A string containing the name of the group. This value is commonly displayed when the group is referenced.
Administrator
and AWSAdministrators
are reserved names and can't be used for
users or groups.public String getDisplayName()
A string containing the name of the group. This value is commonly displayed when the group is referenced.
Administrator
and AWSAdministrators
are reserved names and can't be used for users or
groups.
Administrator
and AWSAdministrators
are reserved names and can't be used for
users or groups.public CreateGroupRequest withDisplayName(String displayName)
A string containing the name of the group. This value is commonly displayed when the group is referenced.
Administrator
and AWSAdministrators
are reserved names and can't be used for users or
groups.
displayName
- A string containing the name of the group. This value is commonly displayed when the group is referenced.
Administrator
and AWSAdministrators
are reserved names and can't be used for
users or groups.public void setDescription(String description)
A string containing the description of the group.
description
- A string containing the description of the group.public String getDescription()
A string containing the description of the group.
public CreateGroupRequest withDescription(String description)
A string containing the description of the group.
description
- A string containing the description of the group.public String toString()
toString
in class Object
Object.toString()
public CreateGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()