@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateServerEngineAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateServerEngineAttributesResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateServerEngineAttributesResult |
clone() |
boolean |
equals(Object obj) |
Server |
getServer()
Contains the response to an
UpdateServerEngineAttributes request. |
int |
hashCode() |
void |
setServer(Server server)
Contains the response to an
UpdateServerEngineAttributes request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateServerEngineAttributesResult |
withServer(Server server)
Contains the response to an
UpdateServerEngineAttributes request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setServer(Server server)
Contains the response to an UpdateServerEngineAttributes request.
server - Contains the response to an UpdateServerEngineAttributes request.public Server getServer()
Contains the response to an UpdateServerEngineAttributes request.
UpdateServerEngineAttributes request.public UpdateServerEngineAttributesResult withServer(Server server)
Contains the response to an UpdateServerEngineAttributes request.
server - Contains the response to an UpdateServerEngineAttributes request.public String toString()
toString in class ObjectObject.toString()public UpdateServerEngineAttributesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.