@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetUserIdRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetUserIdRequest |
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.
|
GetUserIdRequest |
withAlternateIdentifier(AlternateIdentifier alternateIdentifier)
A unique identifier for a user or group that is not the primary identifier.
|
GetUserIdRequest |
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 GetUserIdRequest 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 paths are userName and emails.value.
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 paths are userName and
emails.value.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 paths are userName and emails.value.
userName and
emails.value.public GetUserIdRequest 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 paths are userName and emails.value.
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 paths are userName and
emails.value.public String toString()
toString in class ObjectObject.toString()public GetUserIdRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()