Class DescribeCacheParametersResult
- All Implemented Interfaces:
Serializable,Cloneable
Represents the output of a DescribeCacheParameters action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list of parameters specific to a particular cache node type.Provides an identifier to allow retrieval of paginated results.A list of Parameter instances.inthashCode()voidsetCacheNodeTypeSpecificParameters(Collection<CacheNodeTypeSpecificParameter> cacheNodeTypeSpecificParameters) A list of parameters specific to a particular cache node type.voidProvides an identifier to allow retrieval of paginated results.voidsetParameters(Collection<Parameter> parameters) A list of Parameter instances.toString()Returns a string representation of this object; useful for testing and debugging.withCacheNodeTypeSpecificParameters(CacheNodeTypeSpecificParameter... cacheNodeTypeSpecificParameters) A list of parameters specific to a particular cache node type.withCacheNodeTypeSpecificParameters(Collection<CacheNodeTypeSpecificParameter> cacheNodeTypeSpecificParameters) A list of parameters specific to a particular cache node type.withMarker(String marker) Provides an identifier to allow retrieval of paginated results.withParameters(Parameter... parameters) A list of Parameter instances.withParameters(Collection<Parameter> parameters) A list of Parameter instances.
-
Constructor Details
-
DescribeCacheParametersResult
public DescribeCacheParametersResult()
-
-
Method Details
-
setMarker
Provides an identifier to allow retrieval of paginated results.
- Parameters:
marker- Provides an identifier to allow retrieval of paginated results.
-
getMarker
Provides an identifier to allow retrieval of paginated results.
- Returns:
- Provides an identifier to allow retrieval of paginated results.
-
withMarker
Provides an identifier to allow retrieval of paginated results.
- Parameters:
marker- Provides an identifier to allow retrieval of paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getParameters
A list of Parameter instances.
- Returns:
- A list of Parameter instances.
-
setParameters
A list of Parameter instances.
- Parameters:
parameters- A list of Parameter instances.
-
withParameters
A list of Parameter instances.
NOTE: This method appends the values to the existing list (if any). Use
setParameters(java.util.Collection)orwithParameters(java.util.Collection)if you want to override the existing values.- Parameters:
parameters- A list of Parameter instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withParameters
A list of Parameter instances.
- Parameters:
parameters- A list of Parameter instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getCacheNodeTypeSpecificParameters
A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
- Returns:
- A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
-
setCacheNodeTypeSpecificParameters
public void setCacheNodeTypeSpecificParameters(Collection<CacheNodeTypeSpecificParameter> cacheNodeTypeSpecificParameters) A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
- Parameters:
cacheNodeTypeSpecificParameters- A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
-
withCacheNodeTypeSpecificParameters
public DescribeCacheParametersResult withCacheNodeTypeSpecificParameters(CacheNodeTypeSpecificParameter... cacheNodeTypeSpecificParameters) A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
NOTE: This method appends the values to the existing list (if any). Use
setCacheNodeTypeSpecificParameters(java.util.Collection)orwithCacheNodeTypeSpecificParameters(java.util.Collection)if you want to override the existing values.- Parameters:
cacheNodeTypeSpecificParameters- A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withCacheNodeTypeSpecificParameters
public DescribeCacheParametersResult withCacheNodeTypeSpecificParameters(Collection<CacheNodeTypeSpecificParameter> cacheNodeTypeSpecificParameters) A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
- Parameters:
cacheNodeTypeSpecificParameters- A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-