@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) |
List<AccountEnrollmentStatus> |
getItems()
The account enrollment statuses.
|
String |
getNextToken()
The token to retrieve the next set of results.
|
int |
hashCode() |
void |
setItems(Collection<AccountEnrollmentStatus> items)
The account enrollment statuses.
|
void |
setNextToken(String nextToken)
The token to retrieve the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListEnrollmentStatusesResult |
withItems(AccountEnrollmentStatus... items)
The account enrollment statuses.
|
ListEnrollmentStatusesResult |
withItems(Collection<AccountEnrollmentStatus> items)
The account enrollment statuses.
|
ListEnrollmentStatusesResult |
withNextToken(String nextToken)
The token to retrieve the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<AccountEnrollmentStatus> getItems()
The account enrollment statuses.
public void setItems(Collection<AccountEnrollmentStatus> items)
The account enrollment statuses.
items - The account enrollment statuses.public ListEnrollmentStatusesResult withItems(AccountEnrollmentStatus... items)
The account enrollment statuses.
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 account enrollment statuses.public ListEnrollmentStatusesResult withItems(Collection<AccountEnrollmentStatus> items)
The account enrollment statuses.
items - The account enrollment statuses.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 ObjectObject.toString()public ListEnrollmentStatusesResult clone()
Copyright © 2023. All rights reserved.