public class DescribePendingMaintenanceActionsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Data returned from the DescribePendingMaintenanceActions action.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
marker
An optional pagination token provided by a previous
DescribePendingMaintenanceActions request. |
private SdkInternalList<ResourcePendingMaintenanceActions> |
pendingMaintenanceActions
A list of the pending maintenance actions for the resource.
|
Constructor and Description |
---|
DescribePendingMaintenanceActionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribePendingMaintenanceActionsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
An optional pagination token provided by a previous
DescribePendingMaintenanceActions request. |
java.util.List<ResourcePendingMaintenanceActions> |
getPendingMaintenanceActions()
A list of the pending maintenance actions for the resource.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
An optional pagination token provided by a previous
DescribePendingMaintenanceActions request. |
void |
setPendingMaintenanceActions(java.util.Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
A list of the pending maintenance actions for the resource.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribePendingMaintenanceActionsResult |
withMarker(java.lang.String marker)
An optional pagination token provided by a previous
DescribePendingMaintenanceActions request. |
DescribePendingMaintenanceActionsResult |
withPendingMaintenanceActions(java.util.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.
|
private SdkInternalList<ResourcePendingMaintenanceActions> pendingMaintenanceActions
A list of the pending maintenance actions for the resource.
private java.lang.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
.
public DescribePendingMaintenanceActionsResult()
public java.util.List<ResourcePendingMaintenanceActions> getPendingMaintenanceActions()
A list of the pending maintenance actions for the resource.
public void setPendingMaintenanceActions(java.util.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(java.util.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribePendingMaintenanceActionsResult clone()
clone
in class java.lang.Object