Class DeleteCacheSubnetGroupRequest

    • Constructor Detail

      • DeleteCacheSubnetGroupRequest

        public DeleteCacheSubnetGroupRequest()
    • Method Detail

      • setCacheSubnetGroupName

        public void setCacheSubnetGroupName​(String cacheSubnetGroupName)

        The name of the cache subnet group to delete.

        Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

        Parameters:
        cacheSubnetGroupName - The name of the cache subnet group to delete.

        Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

      • getCacheSubnetGroupName

        public String getCacheSubnetGroupName()

        The name of the cache subnet group to delete.

        Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

        Returns:
        The name of the cache subnet group to delete.

        Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

      • withCacheSubnetGroupName

        public DeleteCacheSubnetGroupRequest withCacheSubnetGroupName​(String cacheSubnetGroupName)

        The name of the cache subnet group to delete.

        Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

        Parameters:
        cacheSubnetGroupName - The name of the cache subnet group to delete.

        Constraints: Must contain no more than 255 alphanumeric characters or hyphens.

        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