@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeUserResult() |
Modifier and Type | Method and Description |
---|---|
DescribeUserResult |
clone() |
boolean |
equals(Object obj) |
String |
getServerId()
A system-assigned unique identifier for an SFTP server that has this user assigned.
|
DescribedUser |
getUser()
An array containing the properties of the user account for the
ServerID value that you specified. |
int |
hashCode() |
void |
setServerId(String serverId)
A system-assigned unique identifier for an SFTP server that has this user assigned.
|
void |
setUser(DescribedUser user)
An array containing the properties of the user account for the
ServerID value that you specified. |
String |
toString()
Returns a string representation of this object.
|
DescribeUserResult |
withServerId(String serverId)
A system-assigned unique identifier for an SFTP server that has this user assigned.
|
DescribeUserResult |
withUser(DescribedUser user)
An array containing the properties of the user account for the
ServerID value that you specified. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setServerId(String serverId)
A system-assigned unique identifier for an SFTP server that has this user assigned.
serverId
- A system-assigned unique identifier for an SFTP server that has this user assigned.public String getServerId()
A system-assigned unique identifier for an SFTP server that has this user assigned.
public DescribeUserResult withServerId(String serverId)
A system-assigned unique identifier for an SFTP server that has this user assigned.
serverId
- A system-assigned unique identifier for an SFTP server that has this user assigned.public void setUser(DescribedUser user)
An array containing the properties of the user account for the ServerID
value that you specified.
user
- An array containing the properties of the user account for the ServerID
value that you
specified.public DescribedUser getUser()
An array containing the properties of the user account for the ServerID
value that you specified.
ServerID
value that you
specified.public DescribeUserResult withUser(DescribedUser user)
An array containing the properties of the user account for the ServerID
value that you specified.
user
- An array containing the properties of the user account for the ServerID
value that you
specified.public String toString()
toString
in class Object
Object.toString()
public DescribeUserResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.