@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplyPendingMaintenanceActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ApplyPendingMaintenanceActionResult() |
Modifier and Type | Method and Description |
---|---|
ApplyPendingMaintenanceActionResult |
clone() |
boolean |
equals(Object obj) |
ResourcePendingMaintenanceActions |
getResourcePendingMaintenanceActions()
The DMS resource that the pending maintenance action will be applied to.
|
int |
hashCode() |
void |
setResourcePendingMaintenanceActions(ResourcePendingMaintenanceActions resourcePendingMaintenanceActions)
The DMS resource that the pending maintenance action will be applied to.
|
String |
toString()
Returns a string representation of this object.
|
ApplyPendingMaintenanceActionResult |
withResourcePendingMaintenanceActions(ResourcePendingMaintenanceActions resourcePendingMaintenanceActions)
The DMS resource that the pending maintenance action will be applied to.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResourcePendingMaintenanceActions(ResourcePendingMaintenanceActions resourcePendingMaintenanceActions)
The DMS resource that the pending maintenance action will be applied to.
resourcePendingMaintenanceActions
- The DMS resource that the pending maintenance action will be applied to.public ResourcePendingMaintenanceActions getResourcePendingMaintenanceActions()
The DMS resource that the pending maintenance action will be applied to.
public ApplyPendingMaintenanceActionResult withResourcePendingMaintenanceActions(ResourcePendingMaintenanceActions resourcePendingMaintenanceActions)
The DMS resource that the pending maintenance action will be applied to.
resourcePendingMaintenanceActions
- The DMS resource that the pending maintenance action will be applied to.public String toString()
toString
in class Object
Object.toString()
public ApplyPendingMaintenanceActionResult clone()