@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRdsDbInstancesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeRdsDbInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeRdsDbInstancesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getRdsDbInstanceArns()
An array containing the ARNs of the instances to be described.
|
String |
getStackId()
The stack ID that the instances are registered with.
|
int |
hashCode() |
void |
setRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
|
void |
setStackId(String stackId)
The stack ID that the instances are registered with.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeRdsDbInstancesRequest |
withRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
|
DescribeRdsDbInstancesRequest |
withRdsDbInstanceArns(String... rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
|
DescribeRdsDbInstancesRequest |
withStackId(String stackId)
The stack ID that the instances are registered with.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setStackId(String stackId)
The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.
stackId
- The stack ID that the instances are registered with. The operation returns descriptions of all registered
Amazon RDS instances.public String getStackId()
The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.
public DescribeRdsDbInstancesRequest withStackId(String stackId)
The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.
stackId
- The stack ID that the instances are registered with. The operation returns descriptions of all registered
Amazon RDS instances.public List<String> getRdsDbInstanceArns()
An array containing the ARNs of the instances to be described.
public void setRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
rdsDbInstanceArns
- An array containing the ARNs of the instances to be described.public DescribeRdsDbInstancesRequest withRdsDbInstanceArns(String... rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
NOTE: This method appends the values to the existing list (if any). Use
setRdsDbInstanceArns(java.util.Collection)
or withRdsDbInstanceArns(java.util.Collection)
if
you want to override the existing values.
rdsDbInstanceArns
- An array containing the ARNs of the instances to be described.public DescribeRdsDbInstancesRequest withRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
rdsDbInstanceArns
- An array containing the ARNs of the instances to be described.public String toString()
toString
in class Object
Object.toString()
public DescribeRdsDbInstancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.