Class ListProfileSharesRequest

    • Method Detail

      • profileArn

        public final String profileArn()

        The profile ARN.

        Returns:
        The profile ARN.
      • sharedWithPrefix

        public final String sharedWithPrefix()

        The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is shared.

        Returns:
        The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is shared.
      • nextToken

        public final String nextToken()
        Returns the value of the NextToken property for this object.
        Returns:
        The value of the NextToken property for this object.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return for this request.

        Returns:
        The maximum number of results to return for this request.
      • status

        public final ShareStatus status()
        Returns the value of the Status property for this object.

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

        Returns:
        The value of the Status property for this object.
        See Also:
        ShareStatus
      • statusAsString

        public final String statusAsString()
        Returns the value of the Status property for this object.

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

        Returns:
        The value of the Status property for this object.
        See Also:
        ShareStatus
      • 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