@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEventDataStoresResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListEventDataStoresResult() |
| Modifier and Type | Method and Description |
|---|---|
ListEventDataStoresResult |
clone() |
boolean |
equals(Object obj) |
List<EventDataStore> |
getEventDataStores()
Contains information about event data stores in the account, in the current region.
|
String |
getNextToken()
A token you can use to get the next page of results.
|
int |
hashCode() |
void |
setEventDataStores(Collection<EventDataStore> eventDataStores)
Contains information about event data stores in the account, in the current region.
|
void |
setNextToken(String nextToken)
A token you can use to get the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
ListEventDataStoresResult |
withEventDataStores(Collection<EventDataStore> eventDataStores)
Contains information about event data stores in the account, in the current region.
|
ListEventDataStoresResult |
withEventDataStores(EventDataStore... eventDataStores)
Contains information about event data stores in the account, in the current region.
|
ListEventDataStoresResult |
withNextToken(String nextToken)
A token you can use to get the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<EventDataStore> getEventDataStores()
Contains information about event data stores in the account, in the current region.
public void setEventDataStores(Collection<EventDataStore> eventDataStores)
Contains information about event data stores in the account, in the current region.
eventDataStores - Contains information about event data stores in the account, in the current region.public ListEventDataStoresResult withEventDataStores(EventDataStore... eventDataStores)
Contains information about event data stores in the account, in the current region.
NOTE: This method appends the values to the existing list (if any). Use
setEventDataStores(java.util.Collection) or withEventDataStores(java.util.Collection) if you
want to override the existing values.
eventDataStores - Contains information about event data stores in the account, in the current region.public ListEventDataStoresResult withEventDataStores(Collection<EventDataStore> eventDataStores)
Contains information about event data stores in the account, in the current region.
eventDataStores - Contains information about event data stores in the account, in the current region.public void setNextToken(String nextToken)
A token you can use to get the next page of results.
nextToken - A token you can use to get the next page of results.public String getNextToken()
A token you can use to get the next page of results.
public ListEventDataStoresResult withNextToken(String nextToken)
A token you can use to get the next page of results.
nextToken - A token you can use to get the next page of results.public String toString()
toString in class ObjectObject.toString()public ListEventDataStoresResult clone()
Copyright © 2023. All rights reserved.