@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  JsonPathstring defining the JSON data for the classifier to classify. | 
| String | getName()
 The name of the classifier. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setJsonPath(String jsonPath)
 A  JsonPathstring 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  JsonPathstring 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. AWS 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. AWS 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. AWS Glue supports a subset
 of JsonPath, as described in Writing JsonPath
 Custom Classifiers.
 
JsonPath string defining the JSON data for the classifier to classify. AWS 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. AWS 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. AWS Glue supports a
        subset of JsonPath, as described in Writing
        JsonPath Custom Classifiers.public String toString()
toString in class ObjectObject.toString()public CreateJsonClassifierRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.