@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateUserResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateUserResult() |
Modifier and Type | Method and Description |
---|---|
CreateUserResult |
clone() |
boolean |
equals(Object obj) |
String |
getServerId()
The ID of the file transfer protocol-enabled server that the user is attached to.
|
String |
getUserName()
A unique string that identifies a user account associated with a file transfer protocol-enabled server.
|
int |
hashCode() |
void |
setServerId(String serverId)
The ID of the file transfer protocol-enabled server that the user is attached to.
|
void |
setUserName(String userName)
A unique string that identifies a user account associated with a file transfer protocol-enabled server.
|
String |
toString()
Returns a string representation of this object.
|
CreateUserResult |
withServerId(String serverId)
The ID of the file transfer protocol-enabled server that the user is attached to.
|
CreateUserResult |
withUserName(String userName)
A unique string that identifies a user account associated with a file transfer protocol-enabled server.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setServerId(String serverId)
The ID of the file transfer protocol-enabled server that the user is attached to.
serverId
- The ID of the file transfer protocol-enabled server that the user is attached to.public String getServerId()
The ID of the file transfer protocol-enabled server that the user is attached to.
public CreateUserResult withServerId(String serverId)
The ID of the file transfer protocol-enabled server that the user is attached to.
serverId
- The ID of the file transfer protocol-enabled server that the user is attached to.public void setUserName(String userName)
A unique string that identifies a user account associated with a file transfer protocol-enabled server.
userName
- A unique string that identifies a user account associated with a file transfer protocol-enabled server.public String getUserName()
A unique string that identifies a user account associated with a file transfer protocol-enabled server.
public CreateUserResult withUserName(String userName)
A unique string that identifies a user account associated with a file transfer protocol-enabled server.
userName
- A unique string that identifies a user account associated with a file transfer protocol-enabled server.public String toString()
toString
in class Object
Object.toString()
public CreateUserResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.