com.amazonaws.services.elasticache.model
Class DescribeCacheParametersResult

java.lang.Object
  extended by com.amazonaws.services.elasticache.model.DescribeCacheParametersResult
All Implemented Interfaces:
Serializable

public class DescribeCacheParametersResult
extends Object
implements Serializable

Represents the output of a DescribeCacheParameters operation.

See Also:
Serialized Form

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

DescribeCacheParametersResult

public DescribeCacheParametersResult()
Method Detail

getMarker

public String getMarker()
Provides an identifier to allow retrieval of paginated results.

Returns:
Provides an identifier to allow retrieval of paginated results.

setMarker

public void setMarker(String marker)
Provides an identifier to allow retrieval of paginated results.

Parameters:
marker - Provides an identifier to allow retrieval of paginated results.

withMarker

public DescribeCacheParametersResult withMarker(String marker)
Provides an identifier to allow retrieval of paginated results.

Returns a reference to this object so that method calls can be chained together.

Parameters:
marker - Provides an identifier to allow retrieval of paginated results.
Returns:
A reference to this updated object so that method calls can be chained together.

getParameters

public List<Parameter> getParameters()
A list of Parameter instances.

Returns:
A list of Parameter instances.

setParameters

public void setParameters(Collection<Parameter> parameters)
A list of Parameter instances.

Parameters:
parameters - A list of Parameter instances.

withParameters

public DescribeCacheParametersResult withParameters(Parameter... parameters)
A list of Parameter instances.

Returns a reference to this object so that method calls can be chained together.

Parameters:
parameters - A list of Parameter instances.
Returns:
A reference to this updated object so that method calls can be chained together.

withParameters

public DescribeCacheParametersResult withParameters(Collection<Parameter> parameters)
A list of Parameter instances.

Returns a reference to this object so that method calls can be chained together.

Parameters:
parameters - A list of Parameter instances.
Returns:
A reference to this updated object so that method calls can be chained together.

getCacheNodeTypeSpecificParameters

public List<CacheNodeTypeSpecificParameter> 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.

Returns a reference to this object so that method calls can be chained together.

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:
A reference to this updated 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.

Returns a reference to this object so that method calls can be chained together.

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:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.