@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDomainMaintenanceStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The result of a GetDomainMaintenanceStatus
request that information about the requested action.
Constructor and Description |
---|
GetDomainMaintenanceStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetDomainMaintenanceStatusResult |
clone() |
boolean |
equals(Object obj) |
String |
getAction()
The action name.
|
Date |
getCreatedAt()
The time at which the action was created.
|
String |
getNodeId()
The node ID of the maintenance action.
|
String |
getStatus()
The status of the maintenance action.
|
String |
getStatusMessage()
The status message of the maintenance action.
|
Date |
getUpdatedAt()
The time at which the action was updated.
|
int |
hashCode() |
void |
setAction(String action)
The action name.
|
void |
setCreatedAt(Date createdAt)
The time at which the action was created.
|
void |
setNodeId(String nodeId)
The node ID of the maintenance action.
|
void |
setStatus(String status)
The status of the maintenance action.
|
void |
setStatusMessage(String statusMessage)
The status message of the maintenance action.
|
void |
setUpdatedAt(Date updatedAt)
The time at which the action was updated.
|
String |
toString()
Returns a string representation of this object.
|
GetDomainMaintenanceStatusResult |
withAction(MaintenanceType action)
The action name.
|
GetDomainMaintenanceStatusResult |
withAction(String action)
The action name.
|
GetDomainMaintenanceStatusResult |
withCreatedAt(Date createdAt)
The time at which the action was created.
|
GetDomainMaintenanceStatusResult |
withNodeId(String nodeId)
The node ID of the maintenance action.
|
GetDomainMaintenanceStatusResult |
withStatus(MaintenanceStatus status)
The status of the maintenance action.
|
GetDomainMaintenanceStatusResult |
withStatus(String status)
The status of the maintenance action.
|
GetDomainMaintenanceStatusResult |
withStatusMessage(String statusMessage)
The status message of the maintenance action.
|
GetDomainMaintenanceStatusResult |
withUpdatedAt(Date updatedAt)
The time at which the action was updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The status of the maintenance action.
status
- The status of the maintenance action.MaintenanceStatus
public String getStatus()
The status of the maintenance action.
MaintenanceStatus
public GetDomainMaintenanceStatusResult withStatus(String status)
The status of the maintenance action.
status
- The status of the maintenance action.MaintenanceStatus
public GetDomainMaintenanceStatusResult withStatus(MaintenanceStatus status)
The status of the maintenance action.
status
- The status of the maintenance action.MaintenanceStatus
public void setStatusMessage(String statusMessage)
The status message of the maintenance action.
statusMessage
- The status message of the maintenance action.public String getStatusMessage()
The status message of the maintenance action.
public GetDomainMaintenanceStatusResult withStatusMessage(String statusMessage)
The status message of the maintenance action.
statusMessage
- The status message of the maintenance action.public void setNodeId(String nodeId)
The node ID of the maintenance action.
nodeId
- The node ID of the maintenance action.public String getNodeId()
The node ID of the maintenance action.
public GetDomainMaintenanceStatusResult withNodeId(String nodeId)
The node ID of the maintenance action.
nodeId
- The node ID of the maintenance action.public void setAction(String action)
The action name.
action
- The action name.MaintenanceType
public String getAction()
The action name.
MaintenanceType
public GetDomainMaintenanceStatusResult withAction(String action)
The action name.
action
- The action name.MaintenanceType
public GetDomainMaintenanceStatusResult withAction(MaintenanceType action)
The action name.
action
- The action name.MaintenanceType
public void setCreatedAt(Date createdAt)
The time at which the action was created.
createdAt
- The time at which the action was created.public Date getCreatedAt()
The time at which the action was created.
public GetDomainMaintenanceStatusResult withCreatedAt(Date createdAt)
The time at which the action was created.
createdAt
- The time at which the action was created.public void setUpdatedAt(Date updatedAt)
The time at which the action was updated.
updatedAt
- The time at which the action was updated.public Date getUpdatedAt()
The time at which the action was updated.
public GetDomainMaintenanceStatusResult withUpdatedAt(Date updatedAt)
The time at which the action was updated.
updatedAt
- The time at which the action was updated.public String toString()
toString
in class Object
Object.toString()
public GetDomainMaintenanceStatusResult clone()