@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 |
getServerId()
A system-assigned unique identifier for a server that has this user assigned.
|
String |
getUserName()
The name of the user assigned to one or more servers.
|
int |
hashCode() |
void |
setServerId(String serverId)
A system-assigned unique identifier for a server that has this user assigned.
|
void |
setUserName(String userName)
The name of the user assigned to one or more servers.
|
String |
toString()
Returns a string representation of this object.
|
DescribeUserRequest |
withServerId(String serverId)
A system-assigned unique identifier for a server that has this user assigned.
|
DescribeUserRequest |
withUserName(String userName)
The name of the user assigned to one or more servers.
|
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 setServerId(String serverId)
A system-assigned unique identifier for a server that has this user assigned.
serverId
- A system-assigned unique identifier for a server that has this user assigned.public String getServerId()
A system-assigned unique identifier for a server that has this user assigned.
public DescribeUserRequest withServerId(String serverId)
A system-assigned unique identifier for a server that has this user assigned.
serverId
- A system-assigned unique identifier for a server that has this user assigned.public void setUserName(String userName)
The name of the user assigned to one or more servers. User names are part of the sign-in credentials to use the Transfer Family service and perform file transfer tasks.
userName
- The name of the user assigned to one or more servers. User names are part of the sign-in credentials to
use the Transfer Family service and perform file transfer tasks.public String getUserName()
The name of the user assigned to one or more servers. User names are part of the sign-in credentials to use the Transfer Family service and perform file transfer tasks.
public DescribeUserRequest withUserName(String userName)
The name of the user assigned to one or more servers. User names are part of the sign-in credentials to use the Transfer Family service and perform file transfer tasks.
userName
- The name of the user assigned to one or more servers. User names are part of the sign-in credentials to
use the Transfer Family service and perform file transfer tasks.public String toString()
toString
in class Object
Object.toString()
public DescribeUserRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()