@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
UpdateUserResponse returns the user name and file transfer protocol-enabled server identifier for the
request to update a user's properties.
| Constructor and Description |
|---|
UpdateUserResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateUserResult |
clone() |
boolean |
equals(Object obj) |
String |
getServerId()
A system-assigned unique identifier for a file transfer protocol-enabled server instance that the user account is
assigned to.
|
String |
getUserName()
The unique identifier for a user that is assigned to a file transfer protocol-enabled server instance that was
specified in the request.
|
int |
hashCode() |
void |
setServerId(String serverId)
A system-assigned unique identifier for a file transfer protocol-enabled server instance that the user account is
assigned to.
|
void |
setUserName(String userName)
The unique identifier for a user that is assigned to a file transfer protocol-enabled server instance that was
specified in the request.
|
String |
toString()
Returns a string representation of this object.
|
UpdateUserResult |
withServerId(String serverId)
A system-assigned unique identifier for a file transfer protocol-enabled server instance that the user account is
assigned to.
|
UpdateUserResult |
withUserName(String userName)
The unique identifier for a user that is assigned to a file transfer protocol-enabled server instance that was
specified in the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setServerId(String serverId)
A system-assigned unique identifier for a file transfer protocol-enabled server instance that the user account is assigned to.
serverId - A system-assigned unique identifier for a file transfer protocol-enabled server instance that the user
account is assigned to.public String getServerId()
A system-assigned unique identifier for a file transfer protocol-enabled server instance that the user account is assigned to.
public UpdateUserResult withServerId(String serverId)
A system-assigned unique identifier for a file transfer protocol-enabled server instance that the user account is assigned to.
serverId - A system-assigned unique identifier for a file transfer protocol-enabled server instance that the user
account is assigned to.public void setUserName(String userName)
The unique identifier for a user that is assigned to a file transfer protocol-enabled server instance that was specified in the request.
userName - The unique identifier for a user that is assigned to a file transfer protocol-enabled server instance that
was specified in the request.public String getUserName()
The unique identifier for a user that is assigned to a file transfer protocol-enabled server instance that was specified in the request.
public UpdateUserResult withUserName(String userName)
The unique identifier for a user that is assigned to a file transfer protocol-enabled server instance that was specified in the request.
userName - The unique identifier for a user that is assigned to a file transfer protocol-enabled server instance that
was specified in the request.public String toString()
toString in class ObjectObject.toString()public UpdateUserResult clone()
Copyright © 2020. All rights reserved.