Class DescribeRulesPackagesRequest

    • Constructor Detail

      • DescribeRulesPackagesRequest

        public DescribeRulesPackagesRequest()
    • Method Detail

      • getRulesPackageArns

        public List<String> getRulesPackageArns()

        The ARN that specifies the rules package that you want to describe.

        Returns:
        The ARN that specifies the rules package that you want to describe.
      • setRulesPackageArns

        public void setRulesPackageArns​(Collection<String> rulesPackageArns)

        The ARN that specifies the rules package that you want to describe.

        Parameters:
        rulesPackageArns - The ARN that specifies the rules package that you want to describe.
      • withRulesPackageArns

        public DescribeRulesPackagesRequest withRulesPackageArns​(Collection<String> rulesPackageArns)

        The ARN that specifies the rules package that you want to describe.

        Parameters:
        rulesPackageArns - The ARN that specifies the rules package that you want to describe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLocale

        public void setLocale​(String locale)

        The locale that you want to translate a rules package description into.

        Parameters:
        locale - The locale that you want to translate a rules package description into.
        See Also:
        Locale
      • getLocale

        public String getLocale()

        The locale that you want to translate a rules package description into.

        Returns:
        The locale that you want to translate a rules package description into.
        See Also:
        Locale
      • withLocale

        public DescribeRulesPackagesRequest withLocale​(String locale)

        The locale that you want to translate a rules package description into.

        Parameters:
        locale - The locale that you want to translate a rules package description into.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Locale
      • setLocale

        public void setLocale​(Locale locale)

        The locale that you want to translate a rules package description into.

        Parameters:
        locale - The locale that you want to translate a rules package description into.
        See Also:
        Locale
      • withLocale

        public DescribeRulesPackagesRequest withLocale​(Locale locale)

        The locale that you want to translate a rules package description into.

        Parameters:
        locale - The locale that you want to translate a rules package description into.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Locale
      • 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