@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListEventIntegrationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListEventIntegrationsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListEventIntegrationsResult |
clone() |
boolean |
equals(Object obj) |
List<EventIntegration> |
getEventIntegrations()
The event integrations.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setEventIntegrations(Collection<EventIntegration> eventIntegrations)
The event integrations.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListEventIntegrationsResult |
withEventIntegrations(Collection<EventIntegration> eventIntegrations)
The event integrations.
|
ListEventIntegrationsResult |
withEventIntegrations(EventIntegration... eventIntegrations)
The event integrations.
|
ListEventIntegrationsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<EventIntegration> getEventIntegrations()
The event integrations.
public void setEventIntegrations(Collection<EventIntegration> eventIntegrations)
The event integrations.
eventIntegrations - The event integrations.public ListEventIntegrationsResult withEventIntegrations(EventIntegration... eventIntegrations)
The event integrations.
NOTE: This method appends the values to the existing list (if any). Use
setEventIntegrations(java.util.Collection) or withEventIntegrations(java.util.Collection) if
you want to override the existing values.
eventIntegrations - The event integrations.public ListEventIntegrationsResult withEventIntegrations(Collection<EventIntegration> eventIntegrations)
The event integrations.
eventIntegrations - The event integrations.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListEventIntegrationsResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.public String toString()
toString in class ObjectObject.toString()public ListEventIntegrationsResult clone()