Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeRdsDbInstancesRequest.Builder,DescribeRdsDbInstancesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeRdsDbInstancesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeRdsDbInstancesRequest.Builder,DescribeRdsDbInstancesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeRdsDbInstancesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeRdsDbInstancesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
rdsDbInstanceArns() |
An array containing the ARNs of the instances to be described.
|
static Class<? extends DescribeRdsDbInstancesRequest.Builder> |
serializableBuilderClass() |
|
String |
stackId() |
The stack ID that the instances are registered with.
|
DescribeRdsDbInstancesRequest.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 stackId()
The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.
public List<String> rdsDbInstanceArns()
An array containing the ARNs of the instances to be described.
public DescribeRdsDbInstancesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeRdsDbInstancesRequest.Builder,DescribeRdsDbInstancesRequest>
public static DescribeRdsDbInstancesRequest.Builder builder()
public static Class<? extends DescribeRdsDbInstancesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.