@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateServerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateServerResult() |
Modifier and Type | Method and Description |
---|---|
CreateServerResult |
clone() |
boolean |
equals(Object obj) |
String |
getServerId()
The service-assigned ID of the SFTP server that is created.
|
int |
hashCode() |
void |
setServerId(String serverId)
The service-assigned ID of the SFTP server that is created.
|
String |
toString()
Returns a string representation of this object.
|
CreateServerResult |
withServerId(String serverId)
The service-assigned ID of the SFTP server that is created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setServerId(String serverId)
The service-assigned ID of the SFTP server that is created.
serverId
- The service-assigned ID of the SFTP server that is created.public String getServerId()
The service-assigned ID of the SFTP server that is created.
public CreateServerResult withServerId(String serverId)
The service-assigned ID of the SFTP server that is created.
serverId
- The service-assigned ID of the SFTP server that is created.public String toString()
toString
in class Object
Object.toString()
public CreateServerResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.