@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 identifier of the server that is created.
|
int |
hashCode() |
void |
setServerId(String serverId)
The service-assigned identifier of the server that is created.
|
String |
toString()
Returns a string representation of this object.
|
CreateServerResult |
withServerId(String serverId)
The service-assigned identifier of the server that is created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setServerId(String serverId)
The service-assigned identifier of the server that is created.
serverId - The service-assigned identifier of the server that is created.public String getServerId()
The service-assigned identifier of the server that is created.
public CreateServerResult withServerId(String serverId)
The service-assigned identifier of the server that is created.
serverId - The service-assigned identifier of the server that is created.public String toString()
toString in class ObjectObject.toString()public CreateServerResult clone()