Class DescribeRecordRequest

    • Method Detail

      • acceptLanguage

        public final String acceptLanguage()

        The language code.

        • jp - Japanese

        • zh - Chinese

        Returns:
        The language code.

        • jp - Japanese

        • zh - Chinese

      • id

        public final String id()

        The record identifier of the provisioned product. This identifier is returned by the request operation.

        Returns:
        The record identifier of the provisioned product. This identifier is returned by the request operation.
      • pageToken

        public final String pageToken()

        The page token for the next set of results. To retrieve the first set of results, use null.

        Returns:
        The page token for the next set of results. To retrieve the first set of results, use null.
      • pageSize

        public final Integer pageSize()

        The maximum number of items to return with this call.

        Returns:
        The maximum number of items to return with this call.
      • 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