@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 ID of the stack with which the instances are registered.
|
int |
hashCode() |
void |
setRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
|
void |
setStackId(String stackId)
The ID of the stack with which the instances are registered.
|
String |
toString()
Returns a string representation of this object.
|
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 ID of the stack with which the instances are registered.
|
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 ID of the stack with which the instances are registered. The operation returns descriptions of all registered Amazon RDS instances.
stackId
- The ID of the stack with which the instances are registered. The operation returns descriptions of all
registered Amazon RDS instances.public String getStackId()
The ID of the stack with which the instances are registered. The operation returns descriptions of all registered Amazon RDS instances.
public DescribeRdsDbInstancesRequest withStackId(String stackId)
The ID of the stack with which the instances are registered. The operation returns descriptions of all registered Amazon RDS instances.
stackId
- The ID of the stack with which the instances are registered. 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()