Interface GetEnrollmentStatusesForOrganizationResponse.Builder

    • Method Detail

      • accountEnrollmentStatuses

        GetEnrollmentStatusesForOrganizationResponse.Builder accountEnrollmentStatuses​(Collection<AccountEnrollmentStatus> accountEnrollmentStatuses)

        An array of objects that describe the enrollment statuses of organization member accounts.

        Parameters:
        accountEnrollmentStatuses - An array of objects that describe the enrollment statuses of organization member accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountEnrollmentStatuses

        GetEnrollmentStatusesForOrganizationResponse.Builder accountEnrollmentStatuses​(AccountEnrollmentStatus... accountEnrollmentStatuses)

        An array of objects that describe the enrollment statuses of organization member accounts.

        Parameters:
        accountEnrollmentStatuses - An array of objects that describe the enrollment statuses of organization member accounts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetEnrollmentStatusesForOrganizationResponse.Builder nextToken​(String nextToken)

        The token to use to advance to the next page of account enrollment statuses.

        This value is null when there are no more pages of account enrollment statuses to return.

        Parameters:
        nextToken - The token to use to advance to the next page of account enrollment statuses.

        This value is null when there are no more pages of account enrollment statuses to return.

        Returns:
        Returns a reference to this object so that method calls can be chained together.