Class UpdateSpaceRequest

    • Method Detail

      • description

        public final String description()

        A description for the private re:Post. This is used only to help you identify this private re:Post.

        Returns:
        A description for the private re:Post. This is used only to help you identify this private re:Post.
      • roleArn

        public final String roleArn()

        The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.

        Returns:
        The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.
      • spaceId

        public final String spaceId()

        The unique ID of this private re:Post.

        Returns:
        The unique ID of this private re:Post.
      • tier

        public final TierLevel tier()

        The pricing tier of this private re:Post.

        If the service returns an enum value that is not available in the current SDK version, tier will return TierLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tierAsString().

        Returns:
        The pricing tier of this private re:Post.
        See Also:
        TierLevel
      • tierAsString

        public final String tierAsString()

        The pricing tier of this private re:Post.

        If the service returns an enum value that is not available in the current SDK version, tier will return TierLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tierAsString().

        Returns:
        The pricing tier of this private re:Post.
        See Also:
        TierLevel
      • 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