|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticache.model.DescribeCacheParametersResult
public class DescribeCacheParametersResult
Represents the output of a DescribeCacheParameters operation.
Constructor Summary | |
---|---|
DescribeCacheParametersResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<CacheNodeTypeSpecificParameter> |
getCacheNodeTypeSpecificParameters()
A list of parameters specific to a particular cache node type. |
String |
getMarker()
Provides an identifier to allow retrieval of paginated results. |
List<Parameter> |
getParameters()
A list of Parameter instances. |
int |
hashCode()
|
void |
setCacheNodeTypeSpecificParameters(Collection<CacheNodeTypeSpecificParameter> cacheNodeTypeSpecificParameters)
A list of parameters specific to a particular cache node type. |
void |
setMarker(String marker)
Provides an identifier to allow retrieval of paginated results. |
void |
setParameters(Collection<Parameter> parameters)
A list of Parameter instances. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeCacheParametersResult |
withCacheNodeTypeSpecificParameters(CacheNodeTypeSpecificParameter... cacheNodeTypeSpecificParameters)
A list of parameters specific to a particular cache node type. |
DescribeCacheParametersResult |
withCacheNodeTypeSpecificParameters(Collection<CacheNodeTypeSpecificParameter> cacheNodeTypeSpecificParameters)
A list of parameters specific to a particular cache node type. |
DescribeCacheParametersResult |
withMarker(String marker)
Provides an identifier to allow retrieval of paginated results. |
DescribeCacheParametersResult |
withParameters(Collection<Parameter> parameters)
A list of Parameter instances. |
DescribeCacheParametersResult |
withParameters(Parameter... parameters)
A list of Parameter instances. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeCacheParametersResult()
Method Detail |
---|
public String getMarker()
public void setMarker(String marker)
marker
- Provides an identifier to allow retrieval of paginated results.public DescribeCacheParametersResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- Provides an identifier to allow retrieval of paginated results.
public List<Parameter> getParameters()
public void setParameters(Collection<Parameter> parameters)
parameters
- A list of Parameter instances.public DescribeCacheParametersResult withParameters(Parameter... parameters)
Returns a reference to this object so that method calls can be chained together.
parameters
- A list of Parameter instances.
public DescribeCacheParametersResult withParameters(Collection<Parameter> parameters)
Returns a reference to this object so that method calls can be chained together.
parameters
- A list of Parameter instances.
public List<CacheNodeTypeSpecificParameter> getCacheNodeTypeSpecificParameters()
public void setCacheNodeTypeSpecificParameters(Collection<CacheNodeTypeSpecificParameter> cacheNodeTypeSpecificParameters)
cacheNodeTypeSpecificParameters
- A list of parameters specific to a particular cache node type. Each
element in the list contains detailed information about one parameter.public DescribeCacheParametersResult withCacheNodeTypeSpecificParameters(CacheNodeTypeSpecificParameter... cacheNodeTypeSpecificParameters)
Returns a reference to this object so that method calls can be chained together.
cacheNodeTypeSpecificParameters
- A list of parameters specific to a particular cache node type. Each
element in the list contains detailed information about one parameter.
public DescribeCacheParametersResult withCacheNodeTypeSpecificParameters(Collection<CacheNodeTypeSpecificParameter> cacheNodeTypeSpecificParameters)
Returns a reference to this object so that method calls can be chained together.
cacheNodeTypeSpecificParameters
- A list of parameters specific to a particular cache node type. Each
element in the list contains detailed information about one parameter.
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 |