@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public ListEventDataStoresResult clone()