Class DescribeCacheSecurityGroupsResult

    • Constructor Detail

      • DescribeCacheSecurityGroupsResult

        public DescribeCacheSecurityGroupsResult()
    • 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 DescribeCacheSecurityGroupsResult 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.
      • getCacheSecurityGroups

        public List<CacheSecurityGroup> getCacheSecurityGroups()

        A list of cache security groups. Each element in the list contains detailed information about one group.

        Returns:
        A list of cache security groups. Each element in the list contains detailed information about one group.
      • setCacheSecurityGroups

        public void setCacheSecurityGroups​(Collection<CacheSecurityGroup> cacheSecurityGroups)

        A list of cache security groups. Each element in the list contains detailed information about one group.

        Parameters:
        cacheSecurityGroups - A list of cache security groups. Each element in the list contains detailed information about one group.
      • withCacheSecurityGroups

        public DescribeCacheSecurityGroupsResult withCacheSecurityGroups​(Collection<CacheSecurityGroup> cacheSecurityGroups)

        A list of cache security groups. Each element in the list contains detailed information about one group.

        Parameters:
        cacheSecurityGroups - A list of cache security groups. Each element in the list contains detailed information about one group.
        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