@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeUserRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeUserRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeUserRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getOrganizationId()
The identifier for the organization under which the user exists.
|
String |
getUserId()
The identifier for the user to be described.
|
int |
hashCode() |
void |
setOrganizationId(String organizationId)
The identifier for the organization under which the user exists.
|
void |
setUserId(String userId)
The identifier for the user to be described.
|
String |
toString()
Returns a string representation of this object.
|
DescribeUserRequest |
withOrganizationId(String organizationId)
The identifier for the organization under which the user exists.
|
DescribeUserRequest |
withUserId(String userId)
The identifier for the user to be described.
|
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 setOrganizationId(String organizationId)
The identifier for the organization under which the user exists.
organizationId
- The identifier for the organization under which the user exists.public String getOrganizationId()
The identifier for the organization under which the user exists.
public DescribeUserRequest withOrganizationId(String organizationId)
The identifier for the organization under which the user exists.
organizationId
- The identifier for the organization under which the user exists.public void setUserId(String userId)
The identifier for the user to be described.
userId
- The identifier for the user to be described.public String getUserId()
The identifier for the user to be described.
public DescribeUserRequest withUserId(String userId)
The identifier for the user to be described.
userId
- The identifier for the user to be described.public String toString()
toString
in class Object
Object.toString()
public DescribeUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.