@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDomainMaintenanceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a StartDomainMaintenance
request that information about the requested action.
Constructor and Description |
---|
StartDomainMaintenanceResult() |
Modifier and Type | Method and Description |
---|---|
StartDomainMaintenanceResult |
clone() |
boolean |
equals(Object obj) |
String |
getMaintenanceId()
The request ID of requested action.
|
int |
hashCode() |
void |
setMaintenanceId(String maintenanceId)
The request ID of requested action.
|
String |
toString()
Returns a string representation of this object.
|
StartDomainMaintenanceResult |
withMaintenanceId(String maintenanceId)
The request ID of requested action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMaintenanceId(String maintenanceId)
The request ID of requested action.
maintenanceId
- The request ID of requested action.public String getMaintenanceId()
The request ID of requested action.
public StartDomainMaintenanceResult withMaintenanceId(String maintenanceId)
The request ID of requested action.
maintenanceId
- The request ID of requested action.public String toString()
toString
in class Object
Object.toString()
public StartDomainMaintenanceResult clone()