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