@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEventIntegrationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateEventIntegrationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateEventIntegrationRequest | addTagsEntry(String key,
            String value)Add a single Tags entry | 
| CreateEventIntegrationRequest | clearTagsEntries()Removes all the entries added into Tags. | 
| CreateEventIntegrationRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getClientToken()
 A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. | 
| String | getDescription()
 The description of the event integration. | 
| String | getEventBridgeBus()
 The EventBridge bus. | 
| EventFilter | getEventFilter()
 The event filter. | 
| String | getName()
 The name of the event integration. | 
| Map<String,String> | getTags()
 One or more tags. | 
| int | hashCode() | 
| void | setClientToken(String clientToken)
 A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. | 
| void | setDescription(String description)
 The description of the event integration. | 
| void | setEventBridgeBus(String eventBridgeBus)
 The EventBridge bus. | 
| void | setEventFilter(EventFilter eventFilter)
 The event filter. | 
| void | setName(String name)
 The name of the event integration. | 
| void | setTags(Map<String,String> tags)
 One or more tags. | 
| String | toString()Returns a string representation of this object. | 
| CreateEventIntegrationRequest | withClientToken(String clientToken)
 A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. | 
| CreateEventIntegrationRequest | withDescription(String description)
 The description of the event integration. | 
| CreateEventIntegrationRequest | withEventBridgeBus(String eventBridgeBus)
 The EventBridge bus. | 
| CreateEventIntegrationRequest | withEventFilter(EventFilter eventFilter)
 The event filter. | 
| CreateEventIntegrationRequest | withName(String name)
 The name of the event integration. | 
| CreateEventIntegrationRequest | withTags(Map<String,String> tags)
 One or more tags. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
The name of the event integration.
name - The name of the event integration.public String getName()
The name of the event integration.
public CreateEventIntegrationRequest withName(String name)
The name of the event integration.
name - The name of the event integration.public void setDescription(String description)
The description of the event integration.
description - The description of the event integration.public String getDescription()
The description of the event integration.
public CreateEventIntegrationRequest withDescription(String description)
The description of the event integration.
description - The description of the event integration.public void setEventFilter(EventFilter eventFilter)
The event filter.
eventFilter - The event filter.public EventFilter getEventFilter()
The event filter.
public CreateEventIntegrationRequest withEventFilter(EventFilter eventFilter)
The event filter.
eventFilter - The event filter.public void setEventBridgeBus(String eventBridgeBus)
The EventBridge bus.
eventBridgeBus - The EventBridge bus.public String getEventBridgeBus()
The EventBridge bus.
public CreateEventIntegrationRequest withEventBridgeBus(String eventBridgeBus)
The EventBridge bus.
eventBridgeBus - The EventBridge bus.public void setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public CreateEventIntegrationRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public void setTags(Map<String,String> tags)
One or more tags.
tags - One or more tags.public CreateEventIntegrationRequest withTags(Map<String,String> tags)
One or more tags.
tags - One or more tags.public CreateEventIntegrationRequest addTagsEntry(String key, String value)
public CreateEventIntegrationRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateEventIntegrationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()