|
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.DescribeCacheEngineVersionsRequest
public class DescribeCacheEngineVersionsRequest
Container for the parameters to the DescribeCacheEngineVersions operation
.
Returns a list of the available cache engines and their versions.
AmazonElastiCache.describeCacheEngineVersions(DescribeCacheEngineVersionsRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeCacheEngineVersionsRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getCacheParameterGroupFamily()
The name of a specific Cache Parameter Group family to return details for. |
Boolean |
getDefaultOnly()
Indicates that only the default version of the specified engine or engine and major version combination is returned. |
String |
getEngine()
The cache engine to return. |
String |
getEngineVersion()
The cache engine version to return. |
String |
getMarker()
An optional marker provided in the previous DescribeCacheParameterGroups request. |
Integer |
getMaxRecords()
The maximum number of records to include in the response. |
int |
hashCode()
|
Boolean |
isDefaultOnly()
Indicates that only the default version of the specified engine or engine and major version combination is returned. |
void |
setCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of a specific Cache Parameter Group family to return details for. |
void |
setDefaultOnly(Boolean defaultOnly)
Indicates that only the default version of the specified engine or engine and major version combination is returned. |
void |
setEngine(String engine)
The cache engine to return. |
void |
setEngineVersion(String engineVersion)
The cache engine version to return. |
void |
setMarker(String marker)
An optional marker provided in the previous DescribeCacheParameterGroups request. |
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeCacheEngineVersionsRequest |
withCacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of a specific Cache Parameter Group family to return details for. |
DescribeCacheEngineVersionsRequest |
withDefaultOnly(Boolean defaultOnly)
Indicates that only the default version of the specified engine or engine and major version combination is returned. |
DescribeCacheEngineVersionsRequest |
withEngine(String engine)
The cache engine to return. |
DescribeCacheEngineVersionsRequest |
withEngineVersion(String engineVersion)
The cache engine version to return. |
DescribeCacheEngineVersionsRequest |
withMarker(String marker)
An optional marker provided in the previous DescribeCacheParameterGroups request. |
DescribeCacheEngineVersionsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. |
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 DescribeCacheEngineVersionsRequest()
Method Detail |
---|
public String getEngine()
public void setEngine(String engine)
engine
- The cache engine to return.public DescribeCacheEngineVersionsRequest withEngine(String engine)
Returns a reference to this object so that method calls can be chained together.
engine
- The cache engine to return.
public String getEngineVersion()
Example: 1.4.14
Example: 1.4.14
public void setEngineVersion(String engineVersion)
Example: 1.4.14
engineVersion
- The cache engine version to return. Example: 1.4.14
public DescribeCacheEngineVersionsRequest withEngineVersion(String engineVersion)
Example: 1.4.14
Returns a reference to this object so that method calls can be chained together.
engineVersion
- The cache engine version to return. Example: 1.4.14
public String getCacheParameterGroupFamily()
Constraints:
Constraints:
public void setCacheParameterGroupFamily(String cacheParameterGroupFamily)
Constraints:
cacheParameterGroupFamily
- The name of a specific Cache Parameter Group family to return details
for. Constraints:
public DescribeCacheEngineVersionsRequest withCacheParameterGroupFamily(String cacheParameterGroupFamily)
Constraints:
Returns a reference to this object so that method calls can be chained together.
cacheParameterGroupFamily
- The name of a specific Cache Parameter Group family to return details
for. Constraints:
public Integer getMaxRecords()
public void setMaxRecords(Integer maxRecords)
maxRecords
- The maximum number of records to include in the response. If more
records exist than the specified MaxRecords value, a marker is
included in the response so that the remaining results may be
retrieved.public DescribeCacheEngineVersionsRequest withMaxRecords(Integer maxRecords)
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
records exist than the specified MaxRecords value, a marker is
included in the response so that the remaining results may be
retrieved.
public String getMarker()
public void setMarker(String marker)
marker
- An optional marker provided in the previous
DescribeCacheParameterGroups request. If this parameter is specified,
the response includes only records beyond the marker, up to the value
specified by MaxRecords.public DescribeCacheEngineVersionsRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- An optional marker provided in the previous
DescribeCacheParameterGroups request. If this parameter is specified,
the response includes only records beyond the marker, up to the value
specified by MaxRecords.
public Boolean isDefaultOnly()
public void setDefaultOnly(Boolean defaultOnly)
defaultOnly
- Indicates that only the default version of the specified engine or
engine and major version combination is returned.public DescribeCacheEngineVersionsRequest withDefaultOnly(Boolean defaultOnly)
Returns a reference to this object so that method calls can be chained together.
defaultOnly
- Indicates that only the default version of the specified engine or
engine and major version combination is returned.
public Boolean getDefaultOnly()
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 |