@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RuleGroupsNamespaceSummary extends Object implements Serializable, Cloneable, StructuredPojo
Represents a summary of the rule groups namespace.
Constructor and Description |
---|
RuleGroupsNamespaceSummary() |
Modifier and Type | Method and Description |
---|---|
RuleGroupsNamespaceSummary |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
RuleGroupsNamespaceSummary |
clearTagsEntries()
Removes all the entries added into Tags.
|
RuleGroupsNamespaceSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of this rule groups namespace.
|
Date |
getCreatedAt()
The time when the rule groups namespace was created.
|
Date |
getModifiedAt()
The time when the rule groups namespace was modified.
|
String |
getName()
The rule groups namespace name.
|
RuleGroupsNamespaceStatus |
getStatus()
The status of rule groups namespace.
|
Map<String,String> |
getTags()
The tags of this rule groups namespace.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of this rule groups namespace.
|
void |
setCreatedAt(Date createdAt)
The time when the rule groups namespace was created.
|
void |
setModifiedAt(Date modifiedAt)
The time when the rule groups namespace was modified.
|
void |
setName(String name)
The rule groups namespace name.
|
void |
setStatus(RuleGroupsNamespaceStatus status)
The status of rule groups namespace.
|
void |
setTags(Map<String,String> tags)
The tags of this rule groups namespace.
|
String |
toString()
Returns a string representation of this object.
|
RuleGroupsNamespaceSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of this rule groups namespace.
|
RuleGroupsNamespaceSummary |
withCreatedAt(Date createdAt)
The time when the rule groups namespace was created.
|
RuleGroupsNamespaceSummary |
withModifiedAt(Date modifiedAt)
The time when the rule groups namespace was modified.
|
RuleGroupsNamespaceSummary |
withName(String name)
The rule groups namespace name.
|
RuleGroupsNamespaceSummary |
withStatus(RuleGroupsNamespaceStatus status)
The status of rule groups namespace.
|
RuleGroupsNamespaceSummary |
withTags(Map<String,String> tags)
The tags of this rule groups namespace.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of this rule groups namespace.
arn
- The Amazon Resource Name (ARN) of this rule groups namespace.public String getArn()
The Amazon Resource Name (ARN) of this rule groups namespace.
public RuleGroupsNamespaceSummary withArn(String arn)
The Amazon Resource Name (ARN) of this rule groups namespace.
arn
- The Amazon Resource Name (ARN) of this rule groups namespace.public void setCreatedAt(Date createdAt)
The time when the rule groups namespace was created.
createdAt
- The time when the rule groups namespace was created.public Date getCreatedAt()
The time when the rule groups namespace was created.
public RuleGroupsNamespaceSummary withCreatedAt(Date createdAt)
The time when the rule groups namespace was created.
createdAt
- The time when the rule groups namespace was created.public void setModifiedAt(Date modifiedAt)
The time when the rule groups namespace was modified.
modifiedAt
- The time when the rule groups namespace was modified.public Date getModifiedAt()
The time when the rule groups namespace was modified.
public RuleGroupsNamespaceSummary withModifiedAt(Date modifiedAt)
The time when the rule groups namespace was modified.
modifiedAt
- The time when the rule groups namespace was modified.public void setName(String name)
The rule groups namespace name.
name
- The rule groups namespace name.public String getName()
The rule groups namespace name.
public RuleGroupsNamespaceSummary withName(String name)
The rule groups namespace name.
name
- The rule groups namespace name.public void setStatus(RuleGroupsNamespaceStatus status)
The status of rule groups namespace.
status
- The status of rule groups namespace.public RuleGroupsNamespaceStatus getStatus()
The status of rule groups namespace.
public RuleGroupsNamespaceSummary withStatus(RuleGroupsNamespaceStatus status)
The status of rule groups namespace.
status
- The status of rule groups namespace.public Map<String,String> getTags()
The tags of this rule groups namespace.
public void setTags(Map<String,String> tags)
The tags of this rule groups namespace.
tags
- The tags of this rule groups namespace.public RuleGroupsNamespaceSummary withTags(Map<String,String> tags)
The tags of this rule groups namespace.
tags
- The tags of this rule groups namespace.public RuleGroupsNamespaceSummary addTagsEntry(String key, String value)
public RuleGroupsNamespaceSummary clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public RuleGroupsNamespaceSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.