com.amazonaws.services.rds.model
Class DescribeReservedDBInstancesOfferingsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.rds.model.DescribeReservedDBInstancesOfferingsRequest

public class DescribeReservedDBInstancesOfferingsRequest
extends AmazonWebServiceRequest

Container for the parameters to the DescribeReservedDBInstancesOfferings operation.

See Also:
AmazonRDS.describeReservedDBInstancesOfferings(DescribeReservedDBInstancesOfferingsRequest)

Constructor Summary
DescribeReservedDBInstancesOfferingsRequest()
          Default constructor for a new DescribeReservedDBInstancesOfferingsRequest object.
 
Method Summary
 String getDBInstanceClass()
          Returns the value of the DBInstanceClass property for this object.
 String getDuration()
          Returns the value of the Duration property for this object.
 String getMarker()
          Returns the value of the Marker property for this object.
 Integer getMaxRecords()
          Returns the value of the MaxRecords property for this object.
 Boolean getMultiAZ()
          Returns the value of the MultiAZ property for this object.
 String getProductDescription()
          Returns the value of the ProductDescription property for this object.
 String getReservedDBInstancesOfferingId()
          Returns the value of the ReservedDBInstancesOfferingId property for this object.
 Boolean isMultiAZ()
          Returns the value of the MultiAZ property for this object.
 void setDBInstanceClass(String dBInstanceClass)
          Sets the value of the DBInstanceClass property for this object.
 void setDuration(String duration)
          Sets the value of the Duration property for this object.
 void setMarker(String marker)
          Sets the value of the Marker property for this object.
 void setMaxRecords(Integer maxRecords)
          Sets the value of the MaxRecords property for this object.
 void setMultiAZ(Boolean multiAZ)
          Sets the value of the MultiAZ property for this object.
 void setProductDescription(String productDescription)
          Sets the value of the ProductDescription property for this object.
 void setReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
          Sets the value of the ReservedDBInstancesOfferingId property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeReservedDBInstancesOfferingsRequest withDBInstanceClass(String dBInstanceClass)
          Sets the value of the DBInstanceClass property for this object.
 DescribeReservedDBInstancesOfferingsRequest withDuration(String duration)
          Sets the value of the Duration property for this object.
 DescribeReservedDBInstancesOfferingsRequest withMarker(String marker)
          Sets the value of the Marker property for this object.
 DescribeReservedDBInstancesOfferingsRequest withMaxRecords(Integer maxRecords)
          Sets the value of the MaxRecords property for this object.
 DescribeReservedDBInstancesOfferingsRequest withMultiAZ(Boolean multiAZ)
          Sets the value of the MultiAZ property for this object.
 DescribeReservedDBInstancesOfferingsRequest withProductDescription(String productDescription)
          Sets the value of the ProductDescription property for this object.
 DescribeReservedDBInstancesOfferingsRequest withReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
          Sets the value of the ReservedDBInstancesOfferingId property for this object.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeReservedDBInstancesOfferingsRequest

public DescribeReservedDBInstancesOfferingsRequest()
Default constructor for a new DescribeReservedDBInstancesOfferingsRequest object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.

Method Detail

getReservedDBInstancesOfferingId

public String getReservedDBInstancesOfferingId()
Returns the value of the ReservedDBInstancesOfferingId property for this object.

Returns:
The value of the ReservedDBInstancesOfferingId property for this object.

setReservedDBInstancesOfferingId

public void setReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
Sets the value of the ReservedDBInstancesOfferingId property for this object.

Parameters:
reservedDBInstancesOfferingId - The new value for the ReservedDBInstancesOfferingId property for this object.

withReservedDBInstancesOfferingId

public DescribeReservedDBInstancesOfferingsRequest withReservedDBInstancesOfferingId(String reservedDBInstancesOfferingId)
Sets the value of the ReservedDBInstancesOfferingId property for this object.

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

Parameters:
reservedDBInstancesOfferingId - The new value for the ReservedDBInstancesOfferingId property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getDBInstanceClass

public String getDBInstanceClass()
Returns the value of the DBInstanceClass property for this object.

Returns:
The value of the DBInstanceClass property for this object.

setDBInstanceClass

public void setDBInstanceClass(String dBInstanceClass)
Sets the value of the DBInstanceClass property for this object.

Parameters:
dBInstanceClass - The new value for the DBInstanceClass property for this object.

withDBInstanceClass

public DescribeReservedDBInstancesOfferingsRequest withDBInstanceClass(String dBInstanceClass)
Sets the value of the DBInstanceClass property for this object.

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

Parameters:
dBInstanceClass - The new value for the DBInstanceClass property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getDuration

public String getDuration()
Returns the value of the Duration property for this object.

Returns:
The value of the Duration property for this object.

setDuration

public void setDuration(String duration)
Sets the value of the Duration property for this object.

Parameters:
duration - The new value for the Duration property for this object.

withDuration

public DescribeReservedDBInstancesOfferingsRequest withDuration(String duration)
Sets the value of the Duration property for this object.

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

Parameters:
duration - The new value for the Duration property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getProductDescription

public String getProductDescription()
Returns the value of the ProductDescription property for this object.

Returns:
The value of the ProductDescription property for this object.

setProductDescription

public void setProductDescription(String productDescription)
Sets the value of the ProductDescription property for this object.

Parameters:
productDescription - The new value for the ProductDescription property for this object.

withProductDescription

public DescribeReservedDBInstancesOfferingsRequest withProductDescription(String productDescription)
Sets the value of the ProductDescription property for this object.

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

Parameters:
productDescription - The new value for the ProductDescription property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

isMultiAZ

public Boolean isMultiAZ()
Returns the value of the MultiAZ property for this object.

Returns:
The value of the MultiAZ property for this object.

setMultiAZ

public void setMultiAZ(Boolean multiAZ)
Sets the value of the MultiAZ property for this object.

Parameters:
multiAZ - The new value for the MultiAZ property for this object.

withMultiAZ

public DescribeReservedDBInstancesOfferingsRequest withMultiAZ(Boolean multiAZ)
Sets the value of the MultiAZ property for this object.

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

Parameters:
multiAZ - The new value for the MultiAZ property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getMultiAZ

public Boolean getMultiAZ()
Returns the value of the MultiAZ property for this object.

Returns:
The value of the MultiAZ property for this object.

getMaxRecords

public Integer getMaxRecords()
Returns the value of the MaxRecords property for this object.

Returns:
The value of the MaxRecords property for this object.

setMaxRecords

public void setMaxRecords(Integer maxRecords)
Sets the value of the MaxRecords property for this object.

Parameters:
maxRecords - The new value for the MaxRecords property for this object.

withMaxRecords

public DescribeReservedDBInstancesOfferingsRequest withMaxRecords(Integer maxRecords)
Sets the value of the MaxRecords property for this object.

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

Parameters:
maxRecords - The new value for the MaxRecords property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

public String getMarker()
Returns the value of the Marker property for this object.

Returns:
The value of the Marker property for this object.

setMarker

public void setMarker(String marker)
Sets the value of the Marker property for this object.

Parameters:
marker - The new value for the Marker property for this object.

withMarker

public DescribeReservedDBInstancesOfferingsRequest withMarker(String marker)
Sets the value of the Marker property for this object.

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

Parameters:
marker - The new value for the Marker property for this object.
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()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.