Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribePendingMaintenanceActionsRequest.Builder,DescribePendingMaintenanceActionsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribePendingMaintenanceActionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribePendingMaintenanceActionsRequest.Builder,DescribePendingMaintenanceActionsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribePendingMaintenanceActionsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribePendingMaintenanceActionsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<Filter> |
filters() |
A filter that specifies one or more resources to return pending maintenance actions for.
|
int |
hashCode() |
|
String |
marker() |
An optional pagination token provided by a previous
DescribePendingMaintenanceActions request. |
Integer |
maxRecords() |
The maximum number of records to include in the response.
|
String |
resourceIdentifier() |
The ARN of a resource to return pending maintenance actions for.
|
static Class<? extends DescribePendingMaintenanceActionsRequest.Builder> |
serializableBuilderClass() |
|
DescribePendingMaintenanceActionsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String resourceIdentifier()
The ARN of a resource to return pending maintenance actions for.
public List<Filter> filters()
A filter that specifies one or more resources to return pending maintenance actions for.
Supported filters:
db-cluster-id
- Accepts DB cluster identifiers and DB cluster Amazon Resource Names (ARNs). The
results list will only include pending maintenance actions for the DB clusters identified by these ARNs.
db-instance-id
- Accepts DB instance identifiers and DB instance ARNs. The results list will only
include pending maintenance actions for the DB instances identified by these ARNs.
Supported filters:
db-cluster-id
- Accepts DB cluster identifiers and DB cluster Amazon Resource Names (ARNs).
The results list will only include pending maintenance actions for the DB clusters identified by these
ARNs.
db-instance-id
- Accepts DB instance identifiers and DB instance ARNs. The results list will
only include pending maintenance actions for the DB instances identified by these ARNs.
public 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
.
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 Integer maxRecords()
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so that the
remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
MaxRecords
value, a pagination token called a marker is included in the response so that the
remaining results can be retrieved.
Default: 100
Constraints: Minimum 20, maximum 100.
public DescribePendingMaintenanceActionsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribePendingMaintenanceActionsRequest.Builder,DescribePendingMaintenanceActionsRequest>
public static DescribePendingMaintenanceActionsRequest.Builder builder()
public static Class<? extends DescribePendingMaintenanceActionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.