@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCustomDataIdentifierResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetCustomDataIdentifierResult() |
Modifier and Type | Method and Description |
---|---|
GetCustomDataIdentifierResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetCustomDataIdentifierResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetCustomDataIdentifierResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the custom data identifier.
|
Date |
getCreatedAt()
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
|
Boolean |
getDeleted()
Specifies whether the custom data identifier was deleted.
|
String |
getDescription()
The custom description of the custom data identifier.
|
String |
getId()
The unique identifier for the custom data identifier.
|
List<String> |
getIgnoreWords()
An array that lists specific character sequences (ignore words) to exclude from the results.
|
List<String> |
getKeywords()
An array that lists specific character sequences (keywords), one of which must be within proximity
(maximumMatchDistance) of the regular expression to match.
|
Integer |
getMaximumMatchDistance()
The maximum number of characters that can exist between text that matches the regex pattern and the character
sequences specified by the keywords array.
|
String |
getName()
The custom name of the custom data identifier.
|
String |
getRegex()
The regular expression (regex) that defines the pattern to match.
|
Map<String,String> |
getTags()
A map of key-value pairs that identifies the tags (keys and values) that are associated with the custom data
identifier.
|
int |
hashCode() |
Boolean |
isDeleted()
Specifies whether the custom data identifier was deleted.
|
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
|
void |
setCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
|
void |
setDeleted(Boolean deleted)
Specifies whether the custom data identifier was deleted.
|
void |
setDescription(String description)
The custom description of the custom data identifier.
|
void |
setId(String id)
The unique identifier for the custom data identifier.
|
void |
setIgnoreWords(Collection<String> ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results.
|
void |
setKeywords(Collection<String> keywords)
An array that lists specific character sequences (keywords), one of which must be within proximity
(maximumMatchDistance) of the regular expression to match.
|
void |
setMaximumMatchDistance(Integer maximumMatchDistance)
The maximum number of characters that can exist between text that matches the regex pattern and the character
sequences specified by the keywords array.
|
void |
setName(String name)
The custom name of the custom data identifier.
|
void |
setRegex(String regex)
The regular expression (regex) that defines the pattern to match.
|
void |
setTags(Map<String,String> tags)
A map of key-value pairs that identifies the tags (keys and values) that are associated with the custom data
identifier.
|
String |
toString()
Returns a string representation of this object.
|
GetCustomDataIdentifierResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
|
GetCustomDataIdentifierResult |
withCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
|
GetCustomDataIdentifierResult |
withDeleted(Boolean deleted)
Specifies whether the custom data identifier was deleted.
|
GetCustomDataIdentifierResult |
withDescription(String description)
The custom description of the custom data identifier.
|
GetCustomDataIdentifierResult |
withId(String id)
The unique identifier for the custom data identifier.
|
GetCustomDataIdentifierResult |
withIgnoreWords(Collection<String> ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results.
|
GetCustomDataIdentifierResult |
withIgnoreWords(String... ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results.
|
GetCustomDataIdentifierResult |
withKeywords(Collection<String> keywords)
An array that lists specific character sequences (keywords), one of which must be within proximity
(maximumMatchDistance) of the regular expression to match.
|
GetCustomDataIdentifierResult |
withKeywords(String... keywords)
An array that lists specific character sequences (keywords), one of which must be within proximity
(maximumMatchDistance) of the regular expression to match.
|
GetCustomDataIdentifierResult |
withMaximumMatchDistance(Integer maximumMatchDistance)
The maximum number of characters that can exist between text that matches the regex pattern and the character
sequences specified by the keywords array.
|
GetCustomDataIdentifierResult |
withName(String name)
The custom name of the custom data identifier.
|
GetCustomDataIdentifierResult |
withRegex(String regex)
The regular expression (regex) that defines the pattern to match.
|
GetCustomDataIdentifierResult |
withTags(Map<String,String> tags)
A map of key-value pairs that identifies the tags (keys and values) that are associated with the custom data
identifier.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
arn
- The Amazon Resource Name (ARN) of the custom data identifier.public String getArn()
The Amazon Resource Name (ARN) of the custom data identifier.
public GetCustomDataIdentifierResult withArn(String arn)
The Amazon Resource Name (ARN) of the custom data identifier.
arn
- The Amazon Resource Name (ARN) of the custom data identifier.public void setCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
createdAt
- The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.public Date getCreatedAt()
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
public GetCustomDataIdentifierResult withCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
createdAt
- The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.public void setDeleted(Boolean deleted)
Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
deleted
- Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon
Macie doesn't delete it permanently. Instead, it soft deletes the identifier.public Boolean getDeleted()
Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
public GetCustomDataIdentifierResult withDeleted(Boolean deleted)
Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
deleted
- Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon
Macie doesn't delete it permanently. Instead, it soft deletes the identifier.public Boolean isDeleted()
Specifies whether the custom data identifier was deleted. If you delete a custom data identifier, Amazon Macie doesn't delete it permanently. Instead, it soft deletes the identifier.
public void setDescription(String description)
The custom description of the custom data identifier.
description
- The custom description of the custom data identifier.public String getDescription()
The custom description of the custom data identifier.
public GetCustomDataIdentifierResult withDescription(String description)
The custom description of the custom data identifier.
description
- The custom description of the custom data identifier.public void setId(String id)
The unique identifier for the custom data identifier.
id
- The unique identifier for the custom data identifier.public String getId()
The unique identifier for the custom data identifier.
public GetCustomDataIdentifierResult withId(String id)
The unique identifier for the custom data identifier.
id
- The unique identifier for the custom data identifier.public List<String> getIgnoreWords()
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. Ignore words are case sensitive.
public void setIgnoreWords(Collection<String> ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. Ignore words are case sensitive.
ignoreWords
- An array that lists specific character sequences (ignore words) to exclude from the results. If the text
matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. Ignore
words are case sensitive.public GetCustomDataIdentifierResult withIgnoreWords(String... ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. Ignore words are case sensitive.
NOTE: This method appends the values to the existing list (if any). Use
setIgnoreWords(java.util.Collection)
or withIgnoreWords(java.util.Collection)
if you want to
override the existing values.
ignoreWords
- An array that lists specific character sequences (ignore words) to exclude from the results. If the text
matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. Ignore
words are case sensitive.public GetCustomDataIdentifierResult withIgnoreWords(Collection<String> ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. Ignore words are case sensitive.
ignoreWords
- An array that lists specific character sequences (ignore words) to exclude from the results. If the text
matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. Ignore
words are case sensitive.public List<String> getKeywords()
An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. Keywords aren't case sensitive.
public void setKeywords(Collection<String> keywords)
An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. Keywords aren't case sensitive.
keywords
- An array that lists specific character sequences (keywords), one of which must be within proximity
(maximumMatchDistance) of the regular expression to match. Keywords aren't case sensitive.public GetCustomDataIdentifierResult withKeywords(String... keywords)
An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. Keywords aren't case sensitive.
NOTE: This method appends the values to the existing list (if any). Use
setKeywords(java.util.Collection)
or withKeywords(java.util.Collection)
if you want to override
the existing values.
keywords
- An array that lists specific character sequences (keywords), one of which must be within proximity
(maximumMatchDistance) of the regular expression to match. Keywords aren't case sensitive.public GetCustomDataIdentifierResult withKeywords(Collection<String> keywords)
An array that lists specific character sequences (keywords), one of which must be within proximity (maximumMatchDistance) of the regular expression to match. Keywords aren't case sensitive.
keywords
- An array that lists specific character sequences (keywords), one of which must be within proximity
(maximumMatchDistance) of the regular expression to match. Keywords aren't case sensitive.public void setMaximumMatchDistance(Integer maximumMatchDistance)
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern.
maximumMatchDistance
- The maximum number of characters that can exist between text that matches the regex pattern and the
character sequences specified by the keywords array. Macie includes or excludes a result based on the
proximity of a keyword to text that matches the regex pattern.public Integer getMaximumMatchDistance()
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern.
public GetCustomDataIdentifierResult withMaximumMatchDistance(Integer maximumMatchDistance)
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern.
maximumMatchDistance
- The maximum number of characters that can exist between text that matches the regex pattern and the
character sequences specified by the keywords array. Macie includes or excludes a result based on the
proximity of a keyword to text that matches the regex pattern.public void setName(String name)
The custom name of the custom data identifier.
name
- The custom name of the custom data identifier.public String getName()
The custom name of the custom data identifier.
public GetCustomDataIdentifierResult withName(String name)
The custom name of the custom data identifier.
name
- The custom name of the custom data identifier.public void setRegex(String regex)
The regular expression (regex) that defines the pattern to match.
regex
- The regular expression (regex) that defines the pattern to match.public String getRegex()
The regular expression (regex) that defines the pattern to match.
public GetCustomDataIdentifierResult withRegex(String regex)
The regular expression (regex) that defines the pattern to match.
regex
- The regular expression (regex) that defines the pattern to match.public Map<String,String> getTags()
A map of key-value pairs that identifies the tags (keys and values) that are associated with the custom data identifier.
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 custom data identifier.
tags
- A map of key-value pairs that identifies the tags (keys and values) that are associated with the custom
data identifier.public GetCustomDataIdentifierResult withTags(Map<String,String> tags)
A map of key-value pairs that identifies the tags (keys and values) that are associated with the custom data identifier.
tags
- A map of key-value pairs that identifies the tags (keys and values) that are associated with the custom
data identifier.public GetCustomDataIdentifierResult addTagsEntry(String key, String value)
public GetCustomDataIdentifierResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetCustomDataIdentifierResult clone()