public class DescribeRdsDbInstancesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<java.lang.String> |
rdsDbInstanceArns
An array containing the ARNs of the instances to be described.
|
private java.lang.String |
stackId
The stack ID that the instances are registered with.
|
NOOP
Constructor and Description |
---|
DescribeRdsDbInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeRdsDbInstancesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getRdsDbInstanceArns()
An array containing the ARNs of the instances to be described.
|
java.lang.String |
getStackId()
The stack ID that the instances are registered with.
|
int |
hashCode() |
void |
setRdsDbInstanceArns(java.util.Collection<java.lang.String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
|
void |
setStackId(java.lang.String stackId)
The stack ID that the instances are registered with.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeRdsDbInstancesRequest |
withRdsDbInstanceArns(java.util.Collection<java.lang.String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
|
DescribeRdsDbInstancesRequest |
withRdsDbInstanceArns(java.lang.String... rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.
|
DescribeRdsDbInstancesRequest |
withStackId(java.lang.String stackId)
The stack ID that the instances are registered with.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String stackId
The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.
private SdkInternalList<java.lang.String> rdsDbInstanceArns
An array containing the ARNs of the instances to be described.
public void setStackId(java.lang.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 java.lang.String getStackId()
The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.
public DescribeRdsDbInstancesRequest withStackId(java.lang.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 java.util.List<java.lang.String> getRdsDbInstanceArns()
An array containing the ARNs of the instances to be described.
public void setRdsDbInstanceArns(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeRdsDbInstancesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()