@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGroupIdRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetGroupIdRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetGroupIdRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| AlternateIdentifier | getAlternateIdentifier()
 A unique identifier for a user or group that is not the primary identifier. | 
| String | getIdentityStoreId()
 The globally unique identifier for the identity store. | 
| int | hashCode() | 
| void | setAlternateIdentifier(AlternateIdentifier alternateIdentifier)
 A unique identifier for a user or group that is not the primary identifier. | 
| void | setIdentityStoreId(String identityStoreId)
 The globally unique identifier for the identity store. | 
| String | toString()Returns a string representation of this object. | 
| GetGroupIdRequest | withAlternateIdentifier(AlternateIdentifier alternateIdentifier)
 A unique identifier for a user or group that is not the primary identifier. | 
| GetGroupIdRequest | 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, withSdkRequestTimeoutpublic 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 GetGroupIdRequest withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
identityStoreId - The globally unique identifier for the identity store.public void setAlternateIdentifier(AlternateIdentifier alternateIdentifier)
 A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from
 an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For the
 unique attribute, the only valid path is displayName.
 
alternateIdentifier - A unique identifier for a user or group that is not the primary identifier. This value can be an
        identifier from an external identity provider (IdP) that is associated with the user, the group, or a
        unique attribute. For the unique attribute, the only valid path is displayName.public AlternateIdentifier getAlternateIdentifier()
 A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from
 an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For the
 unique attribute, the only valid path is displayName.
 
displayName.public GetGroupIdRequest withAlternateIdentifier(AlternateIdentifier alternateIdentifier)
 A unique identifier for a user or group that is not the primary identifier. This value can be an identifier from
 an external identity provider (IdP) that is associated with the user, the group, or a unique attribute. For the
 unique attribute, the only valid path is displayName.
 
alternateIdentifier - A unique identifier for a user or group that is not the primary identifier. This value can be an
        identifier from an external identity provider (IdP) that is associated with the user, the group, or a
        unique attribute. For the unique attribute, the only valid path is displayName.public String toString()
toString in class ObjectObject.toString()public GetGroupIdRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()