@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
UpdateUserResponse
returns the user name and 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 an SFTP server instance that the user account is assigned to.
|
String |
getUserName()
The unique identifier for a user that is assigned to the SFTP server instance that was specified in the request.
|
int |
hashCode() |
void |
setServerId(String serverId)
A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.
|
void |
setUserName(String userName)
The unique identifier for a user that is assigned to the SFTP 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 an SFTP server instance that the user account is assigned to.
|
UpdateUserResult |
withUserName(String userName)
The unique identifier for a user that is assigned to the SFTP server instance that was specified in the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setServerId(String serverId)
A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.
serverId
- A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.public String getServerId()
A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.
public UpdateUserResult withServerId(String serverId)
A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.
serverId
- A system-assigned unique identifier for an SFTP server instance that the user account is assigned to.public void setUserName(String userName)
The unique identifier for a user that is assigned to the SFTP server instance that was specified in the request.
userName
- The unique identifier for a user that is assigned to the SFTP server instance that was specified in the
request.public String getUserName()
The unique identifier for a user that is assigned to the SFTP server instance that was specified in the request.
public UpdateUserResult withUserName(String userName)
The unique identifier for a user that is assigned to the SFTP server instance that was specified in the request.
userName
- The unique identifier for a user that is assigned to the SFTP server instance that was specified in the
request.public String toString()
toString
in class Object
Object.toString()
public UpdateUserResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.