@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateServerResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateServerResult |
clone() |
boolean |
equals(Object obj) |
Server |
getServer()
Contains the response to a
UpdateServer request. |
int |
hashCode() |
void |
setServer(Server server)
Contains the response to a
UpdateServer request. |
String |
toString()
Returns a string representation of this object.
|
UpdateServerResult |
withServer(Server server)
Contains the response to a
UpdateServer request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setServer(Server server)
Contains the response to a UpdateServer request.
server - Contains the response to a UpdateServer request.public Server getServer()
Contains the response to a UpdateServer request.
UpdateServer request.public UpdateServerResult withServer(Server server)
Contains the response to a UpdateServer request.
server - Contains the response to a UpdateServer request.public String toString()
toString in class ObjectObject.toString()public UpdateServerResult clone()