@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEventIntegrationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetEventIntegrationResult() |
Modifier and Type | Method and Description |
---|---|
GetEventIntegrationResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetEventIntegrationResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetEventIntegrationResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the event integration.
|
String |
getEventBridgeBus()
The EventBridge bus.
|
EventFilter |
getEventFilter()
The event filter.
|
String |
getEventIntegrationArn()
The Amazon Resource Name (ARN) for the event integration.
|
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 |
setDescription(String description)
The description of the event integration.
|
void |
setEventBridgeBus(String eventBridgeBus)
The EventBridge bus.
|
void |
setEventFilter(EventFilter eventFilter)
The event filter.
|
void |
setEventIntegrationArn(String eventIntegrationArn)
The Amazon Resource Name (ARN) for the event integration.
|
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.
|
GetEventIntegrationResult |
withDescription(String description)
The description of the event integration.
|
GetEventIntegrationResult |
withEventBridgeBus(String eventBridgeBus)
The EventBridge bus.
|
GetEventIntegrationResult |
withEventFilter(EventFilter eventFilter)
The event filter.
|
GetEventIntegrationResult |
withEventIntegrationArn(String eventIntegrationArn)
The Amazon Resource Name (ARN) for the event integration.
|
GetEventIntegrationResult |
withName(String name)
The name of the event integration.
|
GetEventIntegrationResult |
withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetEventIntegrationResult 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 GetEventIntegrationResult withDescription(String description)
The description of the event integration.
description
- The description of the event integration.public void setEventIntegrationArn(String eventIntegrationArn)
The Amazon Resource Name (ARN) for the event integration.
eventIntegrationArn
- The Amazon Resource Name (ARN) for the event integration.public String getEventIntegrationArn()
The Amazon Resource Name (ARN) for the event integration.
public GetEventIntegrationResult withEventIntegrationArn(String eventIntegrationArn)
The Amazon Resource Name (ARN) for the event integration.
eventIntegrationArn
- The Amazon Resource Name (ARN) for the event integration.public void setEventBridgeBus(String eventBridgeBus)
The EventBridge bus.
eventBridgeBus
- The EventBridge bus.public String getEventBridgeBus()
The EventBridge bus.
public GetEventIntegrationResult withEventBridgeBus(String eventBridgeBus)
The EventBridge bus.
eventBridgeBus
- The EventBridge bus.public void setEventFilter(EventFilter eventFilter)
The event filter.
eventFilter
- The event filter.public EventFilter getEventFilter()
The event filter.
public GetEventIntegrationResult withEventFilter(EventFilter eventFilter)
The event filter.
eventFilter
- The event filter.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 GetEventIntegrationResult 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 GetEventIntegrationResult addTagsEntry(String key, String value)
public GetEventIntegrationResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetEventIntegrationResult clone()