@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, withSdkRequestTimeout
public 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 Object
Object.toString()
public CreateEventIntegrationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()