public class DescribePendingMaintenanceActionsResult extends Object 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()
Provides 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)
Provides a list of the pending maintenance actions for the resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribePendingMaintenanceActionsResult |
withMarker(String marker)
An optional pagination token provided by a previous
DescribePendingMaintenanceActions request. |
DescribePendingMaintenanceActionsResult |
withPendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
Provides a list of the pending maintenance actions for the resource.
|
DescribePendingMaintenanceActionsResult |
withPendingMaintenanceActions(ResourcePendingMaintenanceActions... pendingMaintenanceActions)
Provides a list of the pending maintenance actions for the resource.
|
public DescribePendingMaintenanceActionsResult()
public List<ResourcePendingMaintenanceActions> getPendingMaintenanceActions()
public void setPendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
pendingMaintenanceActions - Provides a list of the pending maintenance actions for the resource.public DescribePendingMaintenanceActionsResult withPendingMaintenanceActions(ResourcePendingMaintenanceActions... pendingMaintenanceActions)
Returns a reference to this object so that method calls can be chained together.
pendingMaintenanceActions - Provides a list of the pending maintenance actions for the resource.public DescribePendingMaintenanceActionsResult withPendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
Returns a reference to this object so that method calls can be chained together.
pendingMaintenanceActions - Provides a list of the pending maintenance actions for the resource.public String getMarker()
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 void setMarker(String marker)
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 DescribePendingMaintenanceActionsResult withMarker(String marker)
DescribePendingMaintenanceActions request. If this
parameter is specified, the response includes only records beyond the
marker, up to a number of records specified by MaxRecords
.
Returns a reference to this object so that method calls can be chained together.
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()
Copyright © 2015. All rights reserved.