@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnrollmentStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEnrollmentStatusResult() |
Modifier and Type | Method and Description |
---|---|
GetEnrollmentStatusResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getMemberAccountsEnrolled()
Confirms the enrollment status of member accounts within the organization, if the account is a master account of
an organization.
|
String |
getStatus()
The enrollment status of the account.
|
String |
getStatusReason()
The reason for the enrollment status of the account.
|
int |
hashCode() |
Boolean |
isMemberAccountsEnrolled()
Confirms the enrollment status of member accounts within the organization, if the account is a master account of
an organization.
|
void |
setMemberAccountsEnrolled(Boolean memberAccountsEnrolled)
Confirms the enrollment status of member accounts within the organization, if the account is a master account of
an organization.
|
void |
setStatus(String status)
The enrollment status of the account.
|
void |
setStatusReason(String statusReason)
The reason for the enrollment status of the account.
|
String |
toString()
Returns a string representation of this object.
|
GetEnrollmentStatusResult |
withMemberAccountsEnrolled(Boolean memberAccountsEnrolled)
Confirms the enrollment status of member accounts within the organization, if the account is a master account of
an organization.
|
GetEnrollmentStatusResult |
withStatus(Status status)
The enrollment status of the account.
|
GetEnrollmentStatusResult |
withStatus(String status)
The enrollment status of the account.
|
GetEnrollmentStatusResult |
withStatusReason(String statusReason)
The reason for the enrollment status of the account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
The enrollment status of the account.
status
- The enrollment status of the account.Status
public String getStatus()
The enrollment status of the account.
Status
public GetEnrollmentStatusResult withStatus(String status)
The enrollment status of the account.
status
- The enrollment status of the account.Status
public GetEnrollmentStatusResult withStatus(Status status)
The enrollment status of the account.
status
- The enrollment status of the account.Status
public void setStatusReason(String statusReason)
The reason for the enrollment status of the account.
For example, an account might show a status of Pending
because member accounts of an organization
require more time to be enrolled in the service.
statusReason
- The reason for the enrollment status of the account.
For example, an account might show a status of Pending
because member accounts of an
organization require more time to be enrolled in the service.
public String getStatusReason()
The reason for the enrollment status of the account.
For example, an account might show a status of Pending
because member accounts of an organization
require more time to be enrolled in the service.
For example, an account might show a status of Pending
because member accounts of an
organization require more time to be enrolled in the service.
public GetEnrollmentStatusResult withStatusReason(String statusReason)
The reason for the enrollment status of the account.
For example, an account might show a status of Pending
because member accounts of an organization
require more time to be enrolled in the service.
statusReason
- The reason for the enrollment status of the account.
For example, an account might show a status of Pending
because member accounts of an
organization require more time to be enrolled in the service.
public void setMemberAccountsEnrolled(Boolean memberAccountsEnrolled)
Confirms the enrollment status of member accounts within the organization, if the account is a master account of an organization.
memberAccountsEnrolled
- Confirms the enrollment status of member accounts within the organization, if the account is a master
account of an organization.public Boolean getMemberAccountsEnrolled()
Confirms the enrollment status of member accounts within the organization, if the account is a master account of an organization.
public GetEnrollmentStatusResult withMemberAccountsEnrolled(Boolean memberAccountsEnrolled)
Confirms the enrollment status of member accounts within the organization, if the account is a master account of an organization.
memberAccountsEnrolled
- Confirms the enrollment status of member accounts within the organization, if the account is a master
account of an organization.public Boolean isMemberAccountsEnrolled()
Confirms the enrollment status of member accounts within the organization, if the account is a master account of an organization.
public String toString()
toString
in class Object
Object.toString()
public GetEnrollmentStatusResult clone()