com.amazonaws.services.opsworks.model
Class DescribeRdsDbInstancesRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.opsworks.model.DescribeRdsDbInstancesRequest
All Implemented Interfaces:
Serializable

public class DescribeRdsDbInstancesRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeRdsDbInstances operation.

Describes Amazon RDS instances.

See Also:
AWSOpsWorks.describeRdsDbInstances(DescribeRdsDbInstancesRequest), Serialized Form

Constructor 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

DescribeRdsDbInstancesRequest

public DescribeRdsDbInstancesRequest()
Method Detail

getStackId

public String getStackId()
The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.

Returns:
The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.

setStackId

public void setStackId(String stackId)
The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.

Parameters:
stackId - The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.

withStackId

public DescribeRdsDbInstancesRequest withStackId(String stackId)
The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.

Returns a reference to this object so that method calls can be chained together.

Parameters:
stackId - The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.
Returns:
A reference to this updated object so that method calls can be chained together.

getRdsDbInstanceArns

public List<String> getRdsDbInstanceArns()
An array containing the ARNs of the instances to be described.

Returns:
An array containing the ARNs of the instances to be described.

setRdsDbInstanceArns

public void setRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.

Parameters:
rdsDbInstanceArns - An array containing the ARNs of the instances to be described.

withRdsDbInstanceArns

public DescribeRdsDbInstancesRequest withRdsDbInstanceArns(String... rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.

Returns a reference to this object so that method calls can be chained together.

Parameters:
rdsDbInstanceArns - An array containing the ARNs of the instances to be described.
Returns:
A reference to this updated object so that method calls can be chained together.

withRdsDbInstanceArns

public DescribeRdsDbInstancesRequest withRdsDbInstanceArns(Collection<String> rdsDbInstanceArns)
An array containing the ARNs of the instances to be described.

Returns a reference to this object so that method calls can be chained together.

Parameters:
rdsDbInstanceArns - An array containing the ARNs of the instances to be described.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.