public class DescribeReservedCacheNodesOfferingsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeReservedCacheNodesOfferings operation.
Lists available reserved Cache Node offerings.
| コンストラクタと説明 |
|---|
DescribeReservedCacheNodesOfferingsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCacheNodeType()
The Cache Node type filter value.
|
java.lang.String |
getDuration()
Duration filter value, specified in years or seconds.
|
java.lang.String |
getMarker()
The marker provided in the previous request.
|
java.lang.Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
java.lang.String |
getOfferingType()
The offering type filter value.
|
java.lang.String |
getProductDescription()
Product description filter value.
|
java.lang.String |
getReservedCacheNodesOfferingId()
The offering identifier filter value.
|
int |
hashCode() |
void |
setCacheNodeType(java.lang.String cacheNodeType)
The Cache Node type filter value.
|
void |
setDuration(java.lang.String duration)
Duration filter value, specified in years or seconds.
|
void |
setMarker(java.lang.String marker)
The marker provided in the previous request.
|
void |
setMaxRecords(java.lang.Integer maxRecords)
The maximum number of records to include in the response.
|
void |
setOfferingType(java.lang.String offeringType)
The offering type filter value.
|
void |
setProductDescription(java.lang.String productDescription)
Product description filter value.
|
void |
setReservedCacheNodesOfferingId(java.lang.String reservedCacheNodesOfferingId)
The offering identifier filter value.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeReservedCacheNodesOfferingsRequest |
withCacheNodeType(java.lang.String cacheNodeType)
The Cache Node type filter value.
|
DescribeReservedCacheNodesOfferingsRequest |
withDuration(java.lang.String duration)
Duration filter value, specified in years or seconds.
|
DescribeReservedCacheNodesOfferingsRequest |
withMarker(java.lang.String marker)
The marker provided in the previous request.
|
DescribeReservedCacheNodesOfferingsRequest |
withMaxRecords(java.lang.Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeReservedCacheNodesOfferingsRequest |
withOfferingType(java.lang.String offeringType)
The offering type filter value.
|
DescribeReservedCacheNodesOfferingsRequest |
withProductDescription(java.lang.String productDescription)
Product description filter value.
|
DescribeReservedCacheNodesOfferingsRequest |
withReservedCacheNodesOfferingId(java.lang.String reservedCacheNodesOfferingId)
The offering identifier filter value.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DescribeReservedCacheNodesOfferingsRequest()
public java.lang.String getReservedCacheNodesOfferingId()
Example:
438012d3-4052-4cc7-b2e3-8d3372e0e706
Example:
438012d3-4052-4cc7-b2e3-8d3372e0e706
public void setReservedCacheNodesOfferingId(java.lang.String reservedCacheNodesOfferingId)
Example:
438012d3-4052-4cc7-b2e3-8d3372e0e706
reservedCacheNodesOfferingId - The offering identifier filter value. Specify this parameter to show
only the available offering that matches the specified reservation
identifier. Example:
438012d3-4052-4cc7-b2e3-8d3372e0e706
public DescribeReservedCacheNodesOfferingsRequest withReservedCacheNodesOfferingId(java.lang.String reservedCacheNodesOfferingId)
Example:
438012d3-4052-4cc7-b2e3-8d3372e0e706
Returns a reference to this object so that method calls can be chained together.
reservedCacheNodesOfferingId - The offering identifier filter value. Specify this parameter to show
only the available offering that matches the specified reservation
identifier. Example:
438012d3-4052-4cc7-b2e3-8d3372e0e706
public java.lang.String getCacheNodeType()
public void setCacheNodeType(java.lang.String cacheNodeType)
cacheNodeType - The Cache Node type filter value. Specify this parameter to show only
the available offerings matching the specified Cache Node type.public DescribeReservedCacheNodesOfferingsRequest withCacheNodeType(java.lang.String cacheNodeType)
Returns a reference to this object so that method calls can be chained together.
cacheNodeType - The Cache Node type filter value. Specify this parameter to show only
the available offerings matching the specified Cache Node type.public java.lang.String getDuration()
Valid
Values: 1 | 3 | 31536000 | 94608000
Valid
Values: 1 | 3 | 31536000 | 94608000
public void setDuration(java.lang.String duration)
Valid
Values: 1 | 3 | 31536000 | 94608000
duration - Duration filter value, specified in years or seconds. Specify this
parameter to show only reservations for this duration. Valid
Values: 1 | 3 | 31536000 | 94608000
public DescribeReservedCacheNodesOfferingsRequest withDuration(java.lang.String duration)
Valid
Values: 1 | 3 | 31536000 | 94608000
Returns a reference to this object so that method calls can be chained together.
duration - Duration filter value, specified in years or seconds. Specify this
parameter to show only reservations for this duration. Valid
Values: 1 | 3 | 31536000 | 94608000
public java.lang.String getProductDescription()
public void setProductDescription(java.lang.String productDescription)
productDescription - Product description filter value. Specify this parameter to show only
the available offerings matching the specified product description.public DescribeReservedCacheNodesOfferingsRequest withProductDescription(java.lang.String productDescription)
Returns a reference to this object so that method calls can be chained together.
productDescription - Product description filter value. Specify this parameter to show only
the available offerings matching the specified product description.public java.lang.String getOfferingType()
Valid
Values: "Light Utilization" | "Medium Utilization" | "Heavy
Utilization"
Valid
Values: "Light Utilization" | "Medium Utilization" | "Heavy
Utilization"
public void setOfferingType(java.lang.String offeringType)
Valid
Values: "Light Utilization" | "Medium Utilization" | "Heavy
Utilization"
offeringType - The offering type filter value. Specify this parameter to show only
the available offerings matching the specified offering type. Valid
Values: "Light Utilization" | "Medium Utilization" | "Heavy
Utilization"
public DescribeReservedCacheNodesOfferingsRequest withOfferingType(java.lang.String offeringType)
Valid
Values: "Light Utilization" | "Medium Utilization" | "Heavy
Utilization"
Returns a reference to this object so that method calls can be chained together.
offeringType - The offering type filter value. Specify this parameter to show only
the available offerings matching the specified offering type. Valid
Values: "Light Utilization" | "Medium Utilization" | "Heavy
Utilization"
public java.lang.Integer getMaxRecords()
MaxRecords value is available, a marker is included
in the response so that the following results can be retrieved.
Default: 100
Constraints: minimum 20, maximum 100
MaxRecords value is available, a marker is included
in the response so that the following results can be retrieved.
Default: 100
Constraints: minimum 20, maximum 100
public void setMaxRecords(java.lang.Integer maxRecords)
MaxRecords value is available, a marker is included
in the response so that the following results can be retrieved.
Default: 100
Constraints: minimum 20, maximum 100
maxRecords - The maximum number of records to include in the response. If more than
the MaxRecords value is available, a marker is included
in the response so that the following results can be retrieved.
Default: 100
Constraints: minimum 20, maximum 100
public DescribeReservedCacheNodesOfferingsRequest withMaxRecords(java.lang.Integer maxRecords)
MaxRecords value is available, a marker is included
in the response so that the following results can be retrieved.
Default: 100
Constraints: minimum 20, maximum 100
Returns a reference to this object so that method calls can be chained together.
maxRecords - The maximum number of records to include in the response. If more than
the MaxRecords value is available, a marker is included
in the response so that the following results can be retrieved.
Default: 100
Constraints: minimum 20, maximum 100
public java.lang.String getMarker()
MaxRecords.MaxRecords.public void setMarker(java.lang.String marker)
MaxRecords.marker - The marker provided in the previous request. If this parameter is
specified, the response includes records beyond the marker only, up to
MaxRecords.public DescribeReservedCacheNodesOfferingsRequest withMarker(java.lang.String marker)
MaxRecords.
Returns a reference to this object so that method calls can be chained together.
marker - The marker provided in the previous request. If this parameter is
specified, the response includes records beyond the marker only, up to
MaxRecords.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object