Class DeleteSubscriptionFilterRequest

    • Constructor Detail

      • DeleteSubscriptionFilterRequest

        public DeleteSubscriptionFilterRequest()
    • Method Detail

      • setLogGroupName

        public void setLogGroupName​(String logGroupName)

        The name of the log group that is associated with the subscription filter to delete.

        Parameters:
        logGroupName - The name of the log group that is associated with the subscription filter to delete.
      • getLogGroupName

        public String getLogGroupName()

        The name of the log group that is associated with the subscription filter to delete.

        Returns:
        The name of the log group that is associated with the subscription filter to delete.
      • withLogGroupName

        public DeleteSubscriptionFilterRequest withLogGroupName​(String logGroupName)

        The name of the log group that is associated with the subscription filter to delete.

        Parameters:
        logGroupName - The name of the log group that is associated with the subscription filter to delete.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFilterName

        public void setFilterName​(String filterName)

        The name of the subscription filter to delete.

        Parameters:
        filterName - The name of the subscription filter to delete.
      • getFilterName

        public String getFilterName()

        The name of the subscription filter to delete.

        Returns:
        The name of the subscription filter to delete.
      • withFilterName

        public DeleteSubscriptionFilterRequest withFilterName​(String filterName)

        The name of the subscription filter to delete.

        Parameters:
        filterName - The name of the subscription filter to delete.
        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