@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEnrollmentStatusesForOrganizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEnrollmentStatusesForOrganizationResult() |
Modifier and Type | Method and Description |
---|---|
GetEnrollmentStatusesForOrganizationResult |
clone() |
boolean |
equals(Object obj) |
List<AccountEnrollmentStatus> |
getAccountEnrollmentStatuses()
An array of objects that describe the enrollment statuses of organization member accounts.
|
String |
getNextToken()
The token to use to advance to the next page of account enrollment statuses.
|
int |
hashCode() |
void |
setAccountEnrollmentStatuses(Collection<AccountEnrollmentStatus> accountEnrollmentStatuses)
An array of objects that describe the enrollment statuses of organization member accounts.
|
void |
setNextToken(String nextToken)
The token to use to advance to the next page of account enrollment statuses.
|
String |
toString()
Returns a string representation of this object.
|
GetEnrollmentStatusesForOrganizationResult |
withAccountEnrollmentStatuses(AccountEnrollmentStatus... accountEnrollmentStatuses)
An array of objects that describe the enrollment statuses of organization member accounts.
|
GetEnrollmentStatusesForOrganizationResult |
withAccountEnrollmentStatuses(Collection<AccountEnrollmentStatus> accountEnrollmentStatuses)
An array of objects that describe the enrollment statuses of organization member accounts.
|
GetEnrollmentStatusesForOrganizationResult |
withNextToken(String nextToken)
The token to use to advance to the next page of account enrollment statuses.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetEnrollmentStatusesForOrganizationResult()
public List<AccountEnrollmentStatus> getAccountEnrollmentStatuses()
An array of objects that describe the enrollment statuses of organization member accounts.
public void setAccountEnrollmentStatuses(Collection<AccountEnrollmentStatus> accountEnrollmentStatuses)
An array of objects that describe the enrollment statuses of organization member accounts.
accountEnrollmentStatuses
- An array of objects that describe the enrollment statuses of organization member accounts.public GetEnrollmentStatusesForOrganizationResult withAccountEnrollmentStatuses(AccountEnrollmentStatus... accountEnrollmentStatuses)
An array of objects that describe the enrollment statuses of organization member accounts.
NOTE: This method appends the values to the existing list (if any). Use
setAccountEnrollmentStatuses(java.util.Collection)
or
withAccountEnrollmentStatuses(java.util.Collection)
if you want to override the existing values.
accountEnrollmentStatuses
- An array of objects that describe the enrollment statuses of organization member accounts.public GetEnrollmentStatusesForOrganizationResult withAccountEnrollmentStatuses(Collection<AccountEnrollmentStatus> accountEnrollmentStatuses)
An array of objects that describe the enrollment statuses of organization member accounts.
accountEnrollmentStatuses
- An array of objects that describe the enrollment statuses of organization member accounts.public void setNextToken(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.
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.
public String getNextToken()
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.
This value is null when there are no more pages of account enrollment statuses to return.
public GetEnrollmentStatusesForOrganizationResult withNextToken(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.
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.
public String toString()
toString
in class Object
Object.toString()
public GetEnrollmentStatusesForOrganizationResult clone()