|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticache.model.DescribeReservedCacheNodesRequest
public class DescribeReservedCacheNodesRequest
Container for the parameters to the DescribeReservedCacheNodes operation
.
Returns information about reserved Cache Nodes for this account, or about a specified reserved Cache Node.
AmazonElastiCache.describeReservedCacheNodes(DescribeReservedCacheNodesRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeReservedCacheNodesRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCacheNodeType()
The Cache Node type filter value. |
String |
getDuration()
The duration filter value, specified in years or seconds. |
String |
getMarker()
The marker provided in the previous request. |
Integer |
getMaxRecords()
The maximum number of records to include in the response. |
String |
getOfferingType()
The offering type filter value. |
String |
getProductDescription()
The product description filter value. |
String |
getReservedCacheNodeId()
The reserved Cache Node identifier filter value. |
String |
getReservedCacheNodesOfferingId()
The offering identifier filter value. |
int |
hashCode()
|
void |
setCacheNodeType(String cacheNodeType)
The Cache Node type filter value. |
void |
setDuration(String duration)
The duration filter value, specified in years or seconds. |
void |
setMarker(String marker)
The marker provided in the previous request. |
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. |
void |
setOfferingType(String offeringType)
The offering type filter value. |
void |
setProductDescription(String productDescription)
The product description filter value. |
void |
setReservedCacheNodeId(String reservedCacheNodeId)
The reserved Cache Node identifier filter value. |
void |
setReservedCacheNodesOfferingId(String reservedCacheNodesOfferingId)
The offering identifier filter value. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeReservedCacheNodesRequest |
withCacheNodeType(String cacheNodeType)
The Cache Node type filter value. |
DescribeReservedCacheNodesRequest |
withDuration(String duration)
The duration filter value, specified in years or seconds. |
DescribeReservedCacheNodesRequest |
withMarker(String marker)
The marker provided in the previous request. |
DescribeReservedCacheNodesRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. |
DescribeReservedCacheNodesRequest |
withOfferingType(String offeringType)
The offering type filter value. |
DescribeReservedCacheNodesRequest |
withProductDescription(String productDescription)
The product description filter value. |
DescribeReservedCacheNodesRequest |
withReservedCacheNodeId(String reservedCacheNodeId)
The reserved Cache Node identifier filter value. |
DescribeReservedCacheNodesRequest |
withReservedCacheNodesOfferingId(String reservedCacheNodesOfferingId)
The offering identifier filter value. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeReservedCacheNodesRequest()
Method Detail |
---|
public String getReservedCacheNodeId()
public void setReservedCacheNodeId(String reservedCacheNodeId)
reservedCacheNodeId
- The reserved Cache Node identifier filter value. Specify this
parameter to show only the reservation that matches the specified
reservation ID.public DescribeReservedCacheNodesRequest withReservedCacheNodeId(String reservedCacheNodeId)
Returns a reference to this object so that method calls can be chained together.
reservedCacheNodeId
- The reserved Cache Node identifier filter value. Specify this
parameter to show only the reservation that matches the specified
reservation ID.public String getReservedCacheNodesOfferingId()
public void setReservedCacheNodesOfferingId(String reservedCacheNodesOfferingId)
reservedCacheNodesOfferingId
- The offering identifier filter value. Specify this parameter to show
only purchased reservations matching the specified offering
identifier.public DescribeReservedCacheNodesRequest withReservedCacheNodesOfferingId(String reservedCacheNodesOfferingId)
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 purchased reservations matching the specified offering
identifier.public String getCacheNodeType()
public void setCacheNodeType(String cacheNodeType)
cacheNodeType
- The Cache Node type filter value. Specify this parameter to show only
those reservations matching the specified Cache Nodes type.public DescribeReservedCacheNodesRequest withCacheNodeType(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
those reservations matching the specified Cache Nodes type.public String getDuration()
Valid
Values: 1 | 3 | 31536000 | 94608000
Valid
Values: 1 | 3 | 31536000 | 94608000
public void setDuration(String duration)
Valid
Values: 1 | 3 | 31536000 | 94608000
duration
- The 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 DescribeReservedCacheNodesRequest withDuration(String duration)
Valid
Values: 1 | 3 | 31536000 | 94608000
Returns a reference to this object so that method calls can be chained together.
duration
- The 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 String getProductDescription()
public void setProductDescription(String productDescription)
productDescription
- The product description filter value. Specify this parameter to show
only those reservations matching the specified product description.public DescribeReservedCacheNodesRequest withProductDescription(String productDescription)
Returns a reference to this object so that method calls can be chained together.
productDescription
- The product description filter value. Specify this parameter to show
only those reservations matching the specified product description.public String getOfferingType()
Valid
Values: "Light Utilization" | "Medium Utilization" | "Heavy
Utilization"
Valid
Values: "Light Utilization" | "Medium Utilization" | "Heavy
Utilization"
public void setOfferingType(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 DescribeReservedCacheNodesRequest withOfferingType(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 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(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 DescribeReservedCacheNodesRequest withMaxRecords(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 String getMarker()
MaxRecords
.
MaxRecords
.public void setMarker(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 DescribeReservedCacheNodesRequest withMarker(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |