static GetEnrollmentStatusResponse.Builder |
GetEnrollmentStatusResponse.builder() |
|
GetEnrollmentStatusResponse.Builder |
GetEnrollmentStatusResponse.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp) |
The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.
|
GetEnrollmentStatusResponse.Builder |
GetEnrollmentStatusResponse.Builder.memberAccountsEnrolled(Boolean memberAccountsEnrolled) |
Confirms the enrollment status of member accounts of the organization, if the account is a management account
of an organization.
|
GetEnrollmentStatusResponse.Builder |
GetEnrollmentStatusResponse.Builder.numberOfMemberAccountsOptedIn(Integer numberOfMemberAccountsOptedIn) |
The count of organization member accounts that are opted in to the service, if your account is an
organization management account.
|
GetEnrollmentStatusResponse.Builder |
GetEnrollmentStatusResponse.Builder.status(String status) |
The enrollment status of the account.
|
GetEnrollmentStatusResponse.Builder |
GetEnrollmentStatusResponse.Builder.status(Status status) |
The enrollment status of the account.
|
GetEnrollmentStatusResponse.Builder |
GetEnrollmentStatusResponse.Builder.statusReason(String statusReason) |
The reason for the enrollment status of the account.
|
GetEnrollmentStatusResponse.Builder |
GetEnrollmentStatusResponse.toBuilder() |
|