|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.opsworks.model.DescribeRdsDbInstancesRequest
public class DescribeRdsDbInstancesRequest
Container for the parameters to the DescribeRdsDbInstances operation
.
Describes Amazon RDS instances.
AWSOpsWorks.describeRdsDbInstances(DescribeRdsDbInstancesRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeRdsDbInstancesRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeRdsDbInstancesRequest()
Method Detail |
---|
public 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |