@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) |
Server |
getServer()
The server that is created by the request.
|
int |
hashCode() |
void |
setServer(Server server)
The server that is created by the request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateServerResult |
withServer(Server server)
The server that is created by the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setServer(Server server)
The server that is created by the request.
server
- The server that is created by the request.public Server getServer()
The server that is created by the request.
public CreateServerResult withServer(Server server)
The server that is created by the request.
server
- The server that is created by the request.public String toString()
toString
in class Object
Object.toString()
public CreateServerResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.