@Generated(value="software.amazon.awssdk:codegen") public final class JsonClassifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JsonClassifier.Builder,JsonClassifier>
A classifier for JSON content.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JsonClassifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JsonClassifier.Builder |
builder() |
Instant |
creationTime()
The time that this classifier was registered.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jsonPath()
A
JsonPath string defining the JSON data for the classifier to classify. |
Instant |
lastUpdated()
The time that this classifier was last updated.
|
String |
name()
The name of the classifier.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JsonClassifier.Builder> |
serializableBuilderClass() |
JsonClassifier.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
version()
The version of this classifier.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the classifier.
public final Instant creationTime()
The time that this classifier was registered.
public final Instant lastUpdated()
The time that this classifier was last updated.
public final Long version()
The version of this classifier.
public final String jsonPath()
A JsonPath string defining the JSON data for the classifier to classify. Glue supports a subset of
JsonPath, as described in Writing JsonPath
Custom Classifiers.
JsonPath string defining the JSON data for the classifier to classify. Glue supports a
subset of JsonPath, as described in Writing
JsonPath Custom Classifiers.public JsonClassifier.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JsonClassifier.Builder,JsonClassifier>public static JsonClassifier.Builder builder()
public static Class<? extends JsonClassifier.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.