@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()
The tags used to organize, track, or control access for this resource.
|
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)
The tags used to organize, track, or control access for this resource.
|
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)
The tags used to organize, track, or control access for this resource.
|
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. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not
provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries
safe with idempotent APIs.public String getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
public CreateEventIntegrationRequest withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
clientToken
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not
provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries
safe with idempotent APIs.public Map<String,String> getTags()
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
public void setTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags
- The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.public CreateEventIntegrationRequest withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags
- The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.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()