Class DeletePermissionResponse

    • Method Detail

      • returnValue

        public final Boolean returnValue()

        A boolean that indicates whether the delete operations succeeded.

        Returns:
        A boolean that indicates whether the delete operations succeeded.
      • clientToken

        public final String clientToken()

        The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.

        Returns:
        The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
      • permissionStatus

        public final PermissionStatus permissionStatus()

        This operation is performed asynchronously, and this response parameter indicates the current status.

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

        Returns:
        This operation is performed asynchronously, and this response parameter indicates the current status.
        See Also:
        PermissionStatus
      • permissionStatusAsString

        public final String permissionStatusAsString()

        This operation is performed asynchronously, and this response parameter indicates the current status.

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

        Returns:
        This operation is performed asynchronously, and this response parameter indicates the current status.
        See Also:
        PermissionStatus
      • 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