Class ListMembersRequest

    • Method Detail

      • networkId

        public final String networkId()

        The unique identifier of the network for which to list members.

        Returns:
        The unique identifier of the network for which to list members.
      • name

        public final String name()

        The optional name of the member to list.

        Returns:
        The optional name of the member to list.
      • status

        public final MemberStatus status()

        An optional status specifier. If provided, only members currently in this status are listed.

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

        Returns:
        An optional status specifier. If provided, only members currently in this status are listed.
        See Also:
        MemberStatus
      • statusAsString

        public final String statusAsString()

        An optional status specifier. If provided, only members currently in this status are listed.

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

        Returns:
        An optional status specifier. If provided, only members currently in this status are listed.
        See Also:
        MemberStatus
      • isOwned

        public final Boolean isOwned()

        An optional Boolean value. If provided, the request is limited either to members that the current Amazon Web Services account owns (true) or that other Amazon Web Services accountsn own (false). If omitted, all members are listed.

        Returns:
        An optional Boolean value. If provided, the request is limited either to members that the current Amazon Web Services account owns (true) or that other Amazon Web Services accountsn own ( false). If omitted, all members are listed.
      • maxResults

        public final Integer maxResults()

        The maximum number of members to return in the request.

        Returns:
        The maximum number of members to return in the request.
      • nextToken

        public final String nextToken()

        The pagination token that indicates the next set of results to retrieve.

        Returns:
        The pagination token that indicates the next set of results to retrieve.
      • 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