@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePendingMaintenanceActionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Data returned from the DescribePendingMaintenanceActions action.
| 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
DescribePendingMaintenanceActions request. |
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
DescribePendingMaintenanceActions request. |
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
DescribePendingMaintenanceActions request. |
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, setSdkResponseMetadata public 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 Object Object.toString() public DescribePendingMaintenanceActionsResult clone()