@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEnrollmentStatusesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListEnrollmentStatusesResult() |
Modifier and Type | Method and Description |
---|---|
ListEnrollmentStatusesResult |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIncludeMemberAccounts()
The enrollment status of all member accounts in the organization if the account is the management account.
|
List<AccountEnrollmentStatus> |
getItems()
The enrollment status of a specific account ID, including creation and last updated timestamps.
|
String |
getNextToken()
The token to retrieve the next set of results.
|
int |
hashCode() |
Boolean |
isIncludeMemberAccounts()
The enrollment status of all member accounts in the organization if the account is the management account.
|
void |
setIncludeMemberAccounts(Boolean includeMemberAccounts)
The enrollment status of all member accounts in the organization if the account is the management account.
|
void |
setItems(Collection<AccountEnrollmentStatus> items)
The enrollment status of a specific account ID, including creation and last updated timestamps.
|
void |
setNextToken(String nextToken)
The token to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListEnrollmentStatusesResult |
withIncludeMemberAccounts(Boolean includeMemberAccounts)
The enrollment status of all member accounts in the organization if the account is the management account.
|
ListEnrollmentStatusesResult |
withItems(AccountEnrollmentStatus... items)
The enrollment status of a specific account ID, including creation and last updated timestamps.
|
ListEnrollmentStatusesResult |
withItems(Collection<AccountEnrollmentStatus> items)
The enrollment status of a specific account ID, including creation and last updated timestamps.
|
ListEnrollmentStatusesResult |
withNextToken(String nextToken)
The token to retrieve the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AccountEnrollmentStatus> getItems()
The enrollment status of a specific account ID, including creation and last updated timestamps.
public void setItems(Collection<AccountEnrollmentStatus> items)
The enrollment status of a specific account ID, including creation and last updated timestamps.
items
- The enrollment status of a specific account ID, including creation and last updated timestamps.public ListEnrollmentStatusesResult withItems(AccountEnrollmentStatus... items)
The enrollment status of a specific account ID, including creation and last updated timestamps.
NOTE: This method appends the values to the existing list (if any). Use
setItems(java.util.Collection)
or withItems(java.util.Collection)
if you want to override the
existing values.
items
- The enrollment status of a specific account ID, including creation and last updated timestamps.public ListEnrollmentStatusesResult withItems(Collection<AccountEnrollmentStatus> items)
The enrollment status of a specific account ID, including creation and last updated timestamps.
items
- The enrollment status of a specific account ID, including creation and last updated timestamps.public void setIncludeMemberAccounts(Boolean includeMemberAccounts)
The enrollment status of all member accounts in the organization if the account is the management account.
includeMemberAccounts
- The enrollment status of all member accounts in the organization if the account is the management account.public Boolean getIncludeMemberAccounts()
The enrollment status of all member accounts in the organization if the account is the management account.
public ListEnrollmentStatusesResult withIncludeMemberAccounts(Boolean includeMemberAccounts)
The enrollment status of all member accounts in the organization if the account is the management account.
includeMemberAccounts
- The enrollment status of all member accounts in the organization if the account is the management account.public Boolean isIncludeMemberAccounts()
The enrollment status of all member accounts in the organization if the account is the management account.
public void setNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken
- The token to retrieve the next set of results.public String getNextToken()
The token to retrieve the next set of results.
public ListEnrollmentStatusesResult withNextToken(String nextToken)
The token to retrieve the next set of results.
nextToken
- The token to retrieve the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListEnrollmentStatusesResult clone()