@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  UpdateServerEngineAttributesrequest. | 
| int | hashCode() | 
| void | setServer(Server server)
 Contains the response to an  UpdateServerEngineAttributesrequest. | 
| String | toString()Returns a string representation of this object. | 
| UpdateServerEngineAttributesResult | withServer(Server server)
 Contains the response to an  UpdateServerEngineAttributesrequest. | 
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()