@Generated(value="software.amazon.awssdk:codegen") public final class GetCustomDataIdentifierResponse extends Macie2Response implements ToCopyableBuilder<GetCustomDataIdentifierResponse.Builder,GetCustomDataIdentifierResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetCustomDataIdentifierResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the custom data identifier.
|
static GetCustomDataIdentifierResponse.Builder |
builder() |
Instant |
createdAt()
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
|
Boolean |
deleted()
Specifies whether the custom data identifier was deleted.
|
String |
description()
The custom description of the custom data identifier.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasIgnoreWords()
Returns true if the IgnoreWords property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasKeywords()
Returns true if the Keywords property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
id()
The unique identifier for the custom data identifier.
|
List<String> |
ignoreWords()
An array that lists specific character sequences (ignore words) to exclude from the results.
|
List<String> |
keywords()
An array that lists specific character sequences (keywords), one of which must be within proximity
(maximumMatchDistance) of the regular expression to match.
|
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.
|
String |
name()
The custom name of the custom data identifier.
|
String |
regex()
The regular expression (regex) that defines the pattern to match.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetCustomDataIdentifierResponse.Builder> |
serializableBuilderClass() |
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.
|
GetCustomDataIdentifierResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the custom data identifier.
public Instant createdAt()
The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
public 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.
public String description()
The custom description of the custom data identifier.
public String id()
The unique identifier for the custom data identifier.
public boolean hasIgnoreWords()
public List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIgnoreWords() to see if a value was sent in this field.
public boolean hasKeywords()
public List<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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasKeywords() to see if a value was sent in this field.
public 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.
public String name()
The custom name of the custom data identifier.
public String regex()
The regular expression (regex) that defines the pattern to match.
public boolean hasTags()
public 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public GetCustomDataIdentifierResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetCustomDataIdentifierResponse.Builder,GetCustomDataIdentifierResponse>toBuilder in class AwsResponsepublic static GetCustomDataIdentifierResponse.Builder builder()
public static Class<? extends GetCustomDataIdentifierResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.