@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePendingMaintenanceActionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DescribePendingMaintenanceActionsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribePendingMaintenanceActionsResult | clone() | 
| boolean | equals(Object obj) | 
| String | getMarker()
 An optional pagination token provided by a previous  DescribePendingMaintenanceActionsrequest. | 
| List<ResourcePendingMaintenanceActions> | getPendingMaintenanceActions()
 A list of the pending maintenance actions for the resource. | 
| int | hashCode() | 
| void | setMarker(String marker)
 An optional pagination token provided by a previous  DescribePendingMaintenanceActionsrequest. | 
| void | setPendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
 A list of the pending maintenance actions for the resource. | 
| String | toString()Returns a string representation of this object. | 
| DescribePendingMaintenanceActionsResult | withMarker(String marker)
 An optional pagination token provided by a previous  DescribePendingMaintenanceActionsrequest. | 
| DescribePendingMaintenanceActionsResult | withPendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
 A list of the pending maintenance actions for the resource. | 
| DescribePendingMaintenanceActionsResult | withPendingMaintenanceActions(ResourcePendingMaintenanceActions... pendingMaintenanceActions)
 A list of the pending maintenance actions for the resource. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribePendingMaintenanceActionsResult()
public List<ResourcePendingMaintenanceActions> getPendingMaintenanceActions()
A list of the pending maintenance actions for the resource.
public void setPendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
A list of the pending maintenance actions for the resource.
pendingMaintenanceActions - A list of the pending maintenance actions for the resource.public DescribePendingMaintenanceActionsResult withPendingMaintenanceActions(ResourcePendingMaintenanceActions... pendingMaintenanceActions)
A list of the pending maintenance actions for the resource.
 NOTE: This method appends the values to the existing list (if any). Use
 setPendingMaintenanceActions(java.util.Collection) or
 withPendingMaintenanceActions(java.util.Collection) if you want to override the existing values.
 
pendingMaintenanceActions - A list of the pending maintenance actions for the resource.public DescribePendingMaintenanceActionsResult withPendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
A list of the pending maintenance actions for the resource.
pendingMaintenanceActions - A list of the pending maintenance actions for the resource.public void setMarker(String marker)
 An optional pagination token provided by a previous DescribePendingMaintenanceActions request. If
 this parameter is specified, the response includes only records beyond the marker, up to a number of records
 specified by MaxRecords.
 
marker - An optional pagination token provided by a previous DescribePendingMaintenanceActions
        request. If this parameter is specified, the response includes only records beyond the marker, up to a
        number of records specified by MaxRecords.public String getMarker()
 An optional pagination token provided by a previous DescribePendingMaintenanceActions request. If
 this parameter is specified, the response includes only records beyond the marker, up to a number of records
 specified by MaxRecords.
 
DescribePendingMaintenanceActions
         request. If this parameter is specified, the response includes only records beyond the marker, up to a
         number of records specified by MaxRecords.public DescribePendingMaintenanceActionsResult withMarker(String marker)
 An optional pagination token provided by a previous DescribePendingMaintenanceActions request. If
 this parameter is specified, the response includes only records beyond the marker, up to a number of records
 specified by MaxRecords.
 
marker - An optional pagination token provided by a previous DescribePendingMaintenanceActions
        request. If this parameter is specified, the response includes only records beyond the marker, up to a
        number of records specified by MaxRecords.public String toString()
toString in class ObjectObject.toString()public DescribePendingMaintenanceActionsResult clone()