@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateJsonClassifierRequest extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a JSON classifier for CreateClassifier
to create.
Constructor and Description |
---|
CreateJsonClassifierRequest() |
Modifier and Type | Method and Description |
---|---|
CreateJsonClassifierRequest |
clone() |
boolean |
equals(Object obj) |
String |
getJsonPath()
A
JsonPath string defining the JSON data for the classifier to classify. |
String |
getName()
The name of the classifier.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setJsonPath(String jsonPath)
A
JsonPath string defining the JSON data for the classifier to classify. |
void |
setName(String name)
The name of the classifier.
|
String |
toString()
Returns a string representation of this object.
|
CreateJsonClassifierRequest |
withJsonPath(String jsonPath)
A
JsonPath string defining the JSON data for the classifier to classify. |
CreateJsonClassifierRequest |
withName(String name)
The name of the classifier.
|
public void setName(String name)
The name of the classifier.
name
- The name of the classifier.public String getName()
The name of the classifier.
public CreateJsonClassifierRequest withName(String name)
The name of the classifier.
name
- The name of the classifier.public void setJsonPath(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
- 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.public String getJsonPath()
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 CreateJsonClassifierRequest withJsonPath(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
- 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.public String toString()
toString
in class Object
Object.toString()
public CreateJsonClassifierRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.