Class ResourcePendingMaintenanceActions
- All Implemented Interfaces:
Serializable, Cloneable
Describes the pending maintenance actions for a resource.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list that provides details about the pending maintenance actions for the resource.The ARN of the resource that has pending maintenance actions.inthashCode()voidsetPendingMaintenanceActionDetails(Collection<PendingMaintenanceAction> pendingMaintenanceActionDetails) A list that provides details about the pending maintenance actions for the resource.voidsetResourceIdentifier(String resourceIdentifier) The ARN of the resource that has pending maintenance actions.toString()Returns a string representation of this object; useful for testing and debugging.withPendingMaintenanceActionDetails(PendingMaintenanceAction... pendingMaintenanceActionDetails) A list that provides details about the pending maintenance actions for the resource.withPendingMaintenanceActionDetails(Collection<PendingMaintenanceAction> pendingMaintenanceActionDetails) A list that provides details about the pending maintenance actions for the resource.withResourceIdentifier(String resourceIdentifier) The ARN of the resource that has pending maintenance actions.
-
Constructor Details
-
ResourcePendingMaintenanceActions
public ResourcePendingMaintenanceActions()
-
-
Method Details
-
setResourceIdentifier
The ARN of the resource that has pending maintenance actions.
- Parameters:
resourceIdentifier- The ARN of the resource that has pending maintenance actions.
-
getResourceIdentifier
The ARN of the resource that has pending maintenance actions.
- Returns:
- The ARN of the resource that has pending maintenance actions.
-
withResourceIdentifier
The ARN of the resource that has pending maintenance actions.
- Parameters:
resourceIdentifier- The ARN of the resource that has pending maintenance actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getPendingMaintenanceActionDetails
A list that provides details about the pending maintenance actions for the resource.
- Returns:
- A list that provides details about the pending maintenance actions for the resource.
-
setPendingMaintenanceActionDetails
public void setPendingMaintenanceActionDetails(Collection<PendingMaintenanceAction> pendingMaintenanceActionDetails) A list that provides details about the pending maintenance actions for the resource.
- Parameters:
pendingMaintenanceActionDetails- A list that provides details about the pending maintenance actions for the resource.
-
withPendingMaintenanceActionDetails
public ResourcePendingMaintenanceActions withPendingMaintenanceActionDetails(PendingMaintenanceAction... pendingMaintenanceActionDetails) A list that provides details about the pending maintenance actions for the resource.
NOTE: This method appends the values to the existing list (if any). Use
setPendingMaintenanceActionDetails(java.util.Collection)orwithPendingMaintenanceActionDetails(java.util.Collection)if you want to override the existing values.- Parameters:
pendingMaintenanceActionDetails- A list that provides details about the pending maintenance actions for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withPendingMaintenanceActionDetails
public ResourcePendingMaintenanceActions withPendingMaintenanceActionDetails(Collection<PendingMaintenanceAction> pendingMaintenanceActionDetails) A list that provides details about the pending maintenance actions for the resource.
- Parameters:
pendingMaintenanceActionDetails- A list that provides details about the pending maintenance actions for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-