@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventBridgeRuleTemplateSummary extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
EventBridgeRuleTemplateSummary() |
| Modifier and Type | Method and Description |
|---|---|
EventBridgeRuleTemplateSummary |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
EventBridgeRuleTemplateSummary |
clearTagsEntries()
Removes all the entries added into Tags.
|
EventBridgeRuleTemplateSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
An eventbridge rule template's ARN (Amazon Resource Name)
|
Date |
getCreatedAt() |
String |
getDescription()
A resource's optional description.
|
Integer |
getEventTargetCount()
The number of targets configured to send matching events.
|
String |
getEventType() |
String |
getGroupId()
An eventbridge rule template group's id.
|
String |
getId()
An eventbridge rule template's id.
|
Date |
getModifiedAt() |
String |
getName()
A resource's name.
|
Map<String,String> |
getTags() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
An eventbridge rule template's ARN (Amazon Resource Name)
|
void |
setCreatedAt(Date createdAt) |
void |
setDescription(String description)
A resource's optional description.
|
void |
setEventTargetCount(Integer eventTargetCount)
The number of targets configured to send matching events.
|
void |
setEventType(String eventType) |
void |
setGroupId(String groupId)
An eventbridge rule template group's id.
|
void |
setId(String id)
An eventbridge rule template's id.
|
void |
setModifiedAt(Date modifiedAt) |
void |
setName(String name)
A resource's name.
|
void |
setTags(Map<String,String> tags) |
String |
toString()
Returns a string representation of this object.
|
EventBridgeRuleTemplateSummary |
withArn(String arn)
An eventbridge rule template's ARN (Amazon Resource Name)
|
EventBridgeRuleTemplateSummary |
withCreatedAt(Date createdAt) |
EventBridgeRuleTemplateSummary |
withDescription(String description)
A resource's optional description.
|
EventBridgeRuleTemplateSummary |
withEventTargetCount(Integer eventTargetCount)
The number of targets configured to send matching events.
|
EventBridgeRuleTemplateSummary |
withEventType(EventBridgeRuleTemplateEventType eventType) |
EventBridgeRuleTemplateSummary |
withEventType(String eventType) |
EventBridgeRuleTemplateSummary |
withGroupId(String groupId)
An eventbridge rule template group's id.
|
EventBridgeRuleTemplateSummary |
withId(String id)
An eventbridge rule template's id.
|
EventBridgeRuleTemplateSummary |
withModifiedAt(Date modifiedAt) |
EventBridgeRuleTemplateSummary |
withName(String name)
A resource's name.
|
EventBridgeRuleTemplateSummary |
withTags(Map<String,String> tags) |
public void setArn(String arn)
arn - An eventbridge rule template's ARN (Amazon Resource Name)public String getArn()
public EventBridgeRuleTemplateSummary withArn(String arn)
arn - An eventbridge rule template's ARN (Amazon Resource Name)public void setCreatedAt(Date createdAt)
createdAt - public Date getCreatedAt()
public EventBridgeRuleTemplateSummary withCreatedAt(Date createdAt)
createdAt - public void setDescription(String description)
description - A resource's optional description.public String getDescription()
public EventBridgeRuleTemplateSummary withDescription(String description)
description - A resource's optional description.public void setEventTargetCount(Integer eventTargetCount)
eventTargetCount - The number of targets configured to send matching events.public Integer getEventTargetCount()
public EventBridgeRuleTemplateSummary withEventTargetCount(Integer eventTargetCount)
eventTargetCount - The number of targets configured to send matching events.public void setEventType(String eventType)
eventType - EventBridgeRuleTemplateEventTypepublic String getEventType()
EventBridgeRuleTemplateEventTypepublic EventBridgeRuleTemplateSummary withEventType(String eventType)
eventType - EventBridgeRuleTemplateEventTypepublic EventBridgeRuleTemplateSummary withEventType(EventBridgeRuleTemplateEventType eventType)
eventType - EventBridgeRuleTemplateEventTypepublic void setGroupId(String groupId)
groupId - An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`public String getGroupId()
public EventBridgeRuleTemplateSummary withGroupId(String groupId)
groupId - An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`public void setId(String id)
id - An eventbridge rule template's id. AWS provided templates have ids that start with `aws-`public String getId()
public EventBridgeRuleTemplateSummary withId(String id)
id - An eventbridge rule template's id. AWS provided templates have ids that start with `aws-`public void setModifiedAt(Date modifiedAt)
modifiedAt - public Date getModifiedAt()
public EventBridgeRuleTemplateSummary withModifiedAt(Date modifiedAt)
modifiedAt - public void setName(String name)
name - A resource's name. Names must be unique within the scope of a resource type in a specific region.public String getName()
public EventBridgeRuleTemplateSummary withName(String name)
name - A resource's name. Names must be unique within the scope of a resource type in a specific region.public EventBridgeRuleTemplateSummary withTags(Map<String,String> tags)
tags - public EventBridgeRuleTemplateSummary addTagsEntry(String key, String value)
public EventBridgeRuleTemplateSummary clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public EventBridgeRuleTemplateSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.