public class DescribeRdsDbInstancesRequest extends AmazonWebServiceRequest implements Serializable
DescribeRdsDbInstances operation.
Describes Amazon RDS instances.
Required Permissions : To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information on user permissions, see Managing User Permissions .
NOOP| Constructor and Description |
|---|
DescribeRdsDbInstancesRequest() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getStackId()
public void setStackId(String stackId)
stackId - The stack ID that the instances are registered with. The operation
returns descriptions of all registered Amazon RDS instances.public DescribeRdsDbInstancesRequest withStackId(String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId - The stack ID that the instances are registered with. The operation
returns descriptions of all registered Amazon RDS instances.public List<String> getRdsDbInstanceArns()
public void setRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
rdsDbInstanceArns - An array containing the ARNs of the instances to be described.public DescribeRdsDbInstancesRequest withRdsDbInstanceArns(String... rdsDbInstanceArns)
Returns a reference to this object so that method calls can be chained together.
rdsDbInstanceArns - An array containing the ARNs of the instances to be described.public DescribeRdsDbInstancesRequest withRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
Returns a reference to this object so that method calls can be chained together.
rdsDbInstanceArns - An array containing the ARNs of the instances to be described.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.