@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEventBridgeRuleTemplateGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateEventBridgeRuleTemplateGroupResult() |
Modifier and Type | Method and Description |
---|---|
UpdateEventBridgeRuleTemplateGroupResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateEventBridgeRuleTemplateGroupResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateEventBridgeRuleTemplateGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
An eventbridge rule template group's ARN (Amazon Resource Name)
|
Date |
getCreatedAt() |
String |
getDescription()
A resource's optional description.
|
String |
getId()
An eventbridge rule template group's id.
|
Date |
getModifiedAt() |
String |
getName()
A resource's name.
|
Map<String,String> |
getTags() |
int |
hashCode() |
void |
setArn(String arn)
An eventbridge rule template group's ARN (Amazon Resource Name)
|
void |
setCreatedAt(Date createdAt) |
void |
setDescription(String description)
A resource's optional description.
|
void |
setId(String id)
An eventbridge rule template group'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.
|
UpdateEventBridgeRuleTemplateGroupResult |
withArn(String arn)
An eventbridge rule template group's ARN (Amazon Resource Name)
|
UpdateEventBridgeRuleTemplateGroupResult |
withCreatedAt(Date createdAt) |
UpdateEventBridgeRuleTemplateGroupResult |
withDescription(String description)
A resource's optional description.
|
UpdateEventBridgeRuleTemplateGroupResult |
withId(String id)
An eventbridge rule template group's id.
|
UpdateEventBridgeRuleTemplateGroupResult |
withModifiedAt(Date modifiedAt) |
UpdateEventBridgeRuleTemplateGroupResult |
withName(String name)
A resource's name.
|
UpdateEventBridgeRuleTemplateGroupResult |
withTags(Map<String,String> tags) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public UpdateEventBridgeRuleTemplateGroupResult()
public void setArn(String arn)
arn
- An eventbridge rule template group's ARN (Amazon Resource Name)public String getArn()
public UpdateEventBridgeRuleTemplateGroupResult withArn(String arn)
arn
- An eventbridge rule template group's ARN (Amazon Resource Name)public void setCreatedAt(Date createdAt)
createdAt
- public Date getCreatedAt()
public UpdateEventBridgeRuleTemplateGroupResult withCreatedAt(Date createdAt)
createdAt
- public void setDescription(String description)
description
- A resource's optional description.public String getDescription()
public UpdateEventBridgeRuleTemplateGroupResult withDescription(String description)
description
- A resource's optional description.public void setId(String id)
id
- An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`public String getId()
public UpdateEventBridgeRuleTemplateGroupResult withId(String id)
id
- An eventbridge rule template group's id. AWS provided template groups have ids that start with `aws-`public void setModifiedAt(Date modifiedAt)
modifiedAt
- public Date getModifiedAt()
public UpdateEventBridgeRuleTemplateGroupResult 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 UpdateEventBridgeRuleTemplateGroupResult withName(String name)
name
- A resource's name. Names must be unique within the scope of a resource type in a specific region.public UpdateEventBridgeRuleTemplateGroupResult withTags(Map<String,String> tags)
tags
- public UpdateEventBridgeRuleTemplateGroupResult addTagsEntry(String key, String value)
public UpdateEventBridgeRuleTemplateGroupResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public UpdateEventBridgeRuleTemplateGroupResult clone()