Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class DescribeOrderableDBInstanceOptionsResult

java.lang.Object
  extended by com.amazonaws.services.rds.model.DescribeOrderableDBInstanceOptionsResult
All Implemented Interfaces:
Serializable

public class DescribeOrderableDBInstanceOptionsResult
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
DescribeOrderableDBInstanceOptionsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getMarker()
          An optional pagination token provided by a previous OrderableDBInstanceOptions request.
 List<OrderableDBInstanceOption> getOrderableDBInstanceOptions()
          An OrderableDBInstanceOption structure containing information about orderable options for the DB Instance.
 int hashCode()
           
 void setMarker(String marker)
          An optional pagination token provided by a previous OrderableDBInstanceOptions request.
 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)
          An optional pagination token provided by a previous OrderableDBInstanceOptions request.
 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()
An optional pagination token provided by a previous OrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

Returns:
An optional pagination token provided by a previous OrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

setMarker

public void setMarker(String marker)
An optional pagination token provided by a previous OrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

Parameters:
marker - An optional pagination token provided by a previous OrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

withMarker

public DescribeOrderableDBInstanceOptionsResult withMarker(String marker)
An optional pagination token provided by a previous OrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .

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

Parameters:
marker - An optional pagination token provided by a previous OrderableDBInstanceOptions request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .
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.