Class UpdateMemberSessionRequest

    • Method Detail

      • id

        public final String id()

        The unique identifier for the Amazon Macie resource that the request applies to.

        Returns:
        The unique identifier for the Amazon Macie resource that the request applies to.
      • status

        public final MacieStatus status()

        Specifies the new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.

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

        Returns:
        Specifies the new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.
        See Also:
        MacieStatus
      • statusAsString

        public final String statusAsString()

        Specifies the new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.

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

        Returns:
        Specifies the new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.
        See Also:
        MacieStatus
      • 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