Class DescribeCacheParametersResult

    • Constructor Detail

      • DescribeCacheParametersResult

        public DescribeCacheParametersResult()
    • Method Detail

      • 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.
      • getMarker

        public String getMarker()

        Provides an identifier to allow retrieval of paginated results.

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

        public DescribeCacheParametersResult withMarker​(String marker)

        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.
      • 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​(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

        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