@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 request.
|
List<ResourcePendingMaintenanceActions> |
getPendingMaintenanceActions()
The pending maintenance action.
|
int |
hashCode() |
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
void |
setPendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
The pending maintenance action.
|
String |
toString()
Returns a string representation of this object.
|
DescribePendingMaintenanceActionsResult |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
DescribePendingMaintenanceActionsResult |
withPendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
The pending maintenance action.
|
DescribePendingMaintenanceActionsResult |
withPendingMaintenanceActions(ResourcePendingMaintenanceActions... pendingMaintenanceActions)
The pending maintenance action.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribePendingMaintenanceActionsResult()
public List<ResourcePendingMaintenanceActions> getPendingMaintenanceActions()
The pending maintenance action.
public void setPendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
The pending maintenance action.
pendingMaintenanceActions
- The pending maintenance action.public DescribePendingMaintenanceActionsResult withPendingMaintenanceActions(ResourcePendingMaintenanceActions... pendingMaintenanceActions)
The pending maintenance action.
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
- The pending maintenance action.public DescribePendingMaintenanceActionsResult withPendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
The pending maintenance action.
pendingMaintenanceActions
- The pending maintenance action.public void setMarker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.public String getMarker()
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
MaxRecords
.public DescribePendingMaintenanceActionsResult withMarker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.public String toString()
toString
in class Object
Object.toString()
public DescribePendingMaintenanceActionsResult clone()