public class DescribeCacheParameterGroupsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeCacheParameterGroups operation.
Returns a list of CacheParameterGroup descriptions. If a CacheParameterGroupName is specified, the list will contain only the descriptions of the specified CacheParameterGroup.
| コンストラクタと説明 |
|---|
DescribeCacheParameterGroupsRequest()
Default constructor for a new DescribeCacheParameterGroupsRequest object.
|
DescribeCacheParameterGroupsRequest(java.lang.String cacheParameterGroupName)
Constructs a new DescribeCacheParameterGroupsRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCacheParameterGroupName()
The name of a specific cache parameter group to return details for.
|
java.lang.String |
getMarker()
An optional marker provided in the previous
DescribeCacheParameterGroups request.
|
java.lang.Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
int |
hashCode() |
void |
setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of a specific cache parameter group to return details for.
|
void |
setMarker(java.lang.String marker)
An optional marker provided in the previous
DescribeCacheParameterGroups request.
|
void |
setMaxRecords(java.lang.Integer maxRecords)
The maximum number of records to include in the response.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeCacheParameterGroupsRequest |
withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
The name of a specific cache parameter group to return details for.
|
DescribeCacheParameterGroupsRequest |
withMarker(java.lang.String marker)
An optional marker provided in the previous
DescribeCacheParameterGroups request.
|
DescribeCacheParameterGroupsRequest |
withMaxRecords(java.lang.Integer maxRecords)
The maximum number of records to include in the response.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DescribeCacheParameterGroupsRequest()
public DescribeCacheParameterGroupsRequest(java.lang.String cacheParameterGroupName)
cacheParameterGroupName - The name of a specific cache parameter
group to return details for.public java.lang.String getCacheParameterGroupName()
public void setCacheParameterGroupName(java.lang.String cacheParameterGroupName)
cacheParameterGroupName - The name of a specific cache parameter group to return details for.public DescribeCacheParameterGroupsRequest withCacheParameterGroupName(java.lang.String cacheParameterGroupName)
Returns a reference to this object so that method calls can be chained together.
cacheParameterGroupName - The name of a specific cache parameter group to return details for.public java.lang.Integer getMaxRecords()
public void setMaxRecords(java.lang.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 DescribeCacheParameterGroupsRequest withMaxRecords(java.lang.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 java.lang.String getMarker()
public void setMarker(java.lang.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 DescribeCacheParameterGroupsRequest withMarker(java.lang.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 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