@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FindingsFilterListItem extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about a findings filter.
| Constructor and Description |
|---|
FindingsFilterListItem() |
| Modifier and Type | Method and Description |
|---|---|
FindingsFilterListItem |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
FindingsFilterListItem |
clearTagsEntries()
Removes all the entries added into Tags.
|
FindingsFilterListItem |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the filter.
|
String |
getId()
The unique identifier for the filter.
|
String |
getName()
The custom name of the filter.
|
Map<String,String> |
getTags()
A map of key-value pairs that identifies the tags (keys and values) that are associated with the filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the filter.
|
void |
setId(String id)
The unique identifier for the filter.
|
void |
setName(String name)
The custom name of the filter.
|
void |
setTags(Map<String,String> tags)
A map of key-value pairs that identifies the tags (keys and values) that are associated with the filter.
|
String |
toString()
Returns a string representation of this object.
|
FindingsFilterListItem |
withArn(String arn)
The Amazon Resource Name (ARN) of the filter.
|
FindingsFilterListItem |
withId(String id)
The unique identifier for the filter.
|
FindingsFilterListItem |
withName(String name)
The custom name of the filter.
|
FindingsFilterListItem |
withTags(Map<String,String> tags)
A map of key-value pairs that identifies the tags (keys and values) that are associated with the filter.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the filter.
arn - The Amazon Resource Name (ARN) of the filter.public String getArn()
The Amazon Resource Name (ARN) of the filter.
public FindingsFilterListItem withArn(String arn)
The Amazon Resource Name (ARN) of the filter.
arn - The Amazon Resource Name (ARN) of the filter.public void setId(String id)
The unique identifier for the filter.
id - The unique identifier for the filter.public String getId()
The unique identifier for the filter.
public FindingsFilterListItem withId(String id)
The unique identifier for the filter.
id - The unique identifier for the filter.public void setName(String name)
The custom name of the filter.
name - The custom name of the filter.public String getName()
The custom name of the filter.
public FindingsFilterListItem withName(String name)
The custom name of the filter.
name - The custom name of the filter.public Map<String,String> getTags()
A map of key-value pairs that identifies the tags (keys and values) that are associated with the filter.
public void setTags(Map<String,String> tags)
A map of key-value pairs that identifies the tags (keys and values) that are associated with the filter.
tags - A map of key-value pairs that identifies the tags (keys and values) that are associated with the filter.public FindingsFilterListItem withTags(Map<String,String> tags)
A map of key-value pairs that identifies the tags (keys and values) that are associated with the filter.
tags - A map of key-value pairs that identifies the tags (keys and values) that are associated with the filter.public FindingsFilterListItem addTagsEntry(String key, String value)
public FindingsFilterListItem clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public FindingsFilterListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.