com.amazonaws.services.rds.model
Class DescribeOrderableDBInstanceOptionsResult

java.lang.Object
  extended by com.amazonaws.services.rds.model.DescribeOrderableDBInstanceOptionsResult

public class DescribeOrderableDBInstanceOptionsResult
extends Object

Contains the result of a successful invocation of the DescribeOrderableDBInstanceOptions action.


Constructor Summary
DescribeOrderableDBInstanceOptionsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getMarker()
          A marker that can be used to retrieve paginated results.
 List<OrderableDBInstanceOption> getOrderableDBInstanceOptions()
          An OrderableDBInstanceOption structure containing information about orderable options for the DB Instance.
 int hashCode()
           
 void setMarker(String marker)
          A marker that can be used to retrieve paginated results.
 void setOrderableDBInstanceOptions(Collection<OrderableDBInstanceOption> orderableDBInstanceOptions)
          An OrderableDBInstanceOption structure containing information about orderable options for the DB Instance.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeOrderableDBInstanceOptionsResult withMarker(String marker)
          A marker that can be used to retrieve paginated results.
 DescribeOrderableDBInstanceOptionsResult withOrderableDBInstanceOptions(Collection<OrderableDBInstanceOption> orderableDBInstanceOptions)
          An OrderableDBInstanceOption structure containing information about orderable options for the DB Instance.
 DescribeOrderableDBInstanceOptionsResult withOrderableDBInstanceOptions(OrderableDBInstanceOption... orderableDBInstanceOptions)
          An OrderableDBInstanceOption structure containing information about orderable options for the DB Instance.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeOrderableDBInstanceOptionsResult

public DescribeOrderableDBInstanceOptionsResult()
Method Detail

getOrderableDBInstanceOptions

public List<OrderableDBInstanceOption> getOrderableDBInstanceOptions()
An OrderableDBInstanceOption structure containing information about orderable options for the DB Instance.

Returns:
An OrderableDBInstanceOption structure containing information about orderable options for the DB Instance.

setOrderableDBInstanceOptions

public void setOrderableDBInstanceOptions(Collection<OrderableDBInstanceOption> orderableDBInstanceOptions)
An OrderableDBInstanceOption structure containing information about orderable options for the DB Instance.

Parameters:
orderableDBInstanceOptions - An OrderableDBInstanceOption structure containing information about orderable options for the DB Instance.

withOrderableDBInstanceOptions

public DescribeOrderableDBInstanceOptionsResult withOrderableDBInstanceOptions(OrderableDBInstanceOption... orderableDBInstanceOptions)
An OrderableDBInstanceOption structure containing information about orderable options for the DB Instance.

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

Parameters:
orderableDBInstanceOptions - An OrderableDBInstanceOption structure containing information about orderable options for the DB Instance.
Returns:
A reference to this updated object so that method calls can be chained together.

withOrderableDBInstanceOptions

public DescribeOrderableDBInstanceOptionsResult withOrderableDBInstanceOptions(Collection<OrderableDBInstanceOption> orderableDBInstanceOptions)
An OrderableDBInstanceOption structure containing information about orderable options for the DB Instance.

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

Parameters:
orderableDBInstanceOptions - An OrderableDBInstanceOption structure containing information about orderable options for the DB Instance.
Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

public String getMarker()
A marker that can be used to retrieve paginated results.

Returns:
A marker that can be used to retrieve paginated results.

setMarker

public void setMarker(String marker)
A marker that can be used to retrieve paginated results.

Parameters:
marker - A marker that can be used to retrieve paginated results.

withMarker

public DescribeOrderableDBInstanceOptionsResult withMarker(String marker)
A marker that can be used to retrieve paginated results.

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

Parameters:
marker - A marker that can be used to retrieve paginated results.
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 © 2010 Amazon Web Services, Inc. All Rights Reserved.