Class DescribeCreateCaseOptionsRequest

    • Method Detail

      • issueType

        public final String issueType()

        The type of issue for the case. You can specify customer-service or technical. If you don't specify a value, the default is technical.

        Returns:
        The type of issue for the case. You can specify customer-service or technical. If you don't specify a value, the default is technical.
      • serviceCode

        public final String serviceCode()

        The code for the Amazon Web Services service. You can use the DescribeServices operation to get the possible serviceCode values.

        Returns:
        The code for the Amazon Web Services service. You can use the DescribeServices operation to get the possible serviceCode values.
      • language

        public final String language()

        The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code for the language parameter if you want support in that language.

        Returns:
        The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code for the language parameter if you want support in that language.
      • categoryCode

        public final String categoryCode()

        The category of problem for the support case. You also use the DescribeServices operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.

        Returns:
        The category of problem for the support case. You also use the DescribeServices operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object