@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateJsonClassifierRequest extends Object implements Serializable, Cloneable, StructuredPojo
Specifies a JSON classifier to be updated.
Constructor and Description |
---|
UpdateJsonClassifierRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateJsonClassifierRequest |
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)
Marshalls this structured data using the given
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.
|
UpdateJsonClassifierRequest |
withJsonPath(String jsonPath)
A
JsonPath string defining the JSON data for the classifier to classify. |
UpdateJsonClassifierRequest |
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 UpdateJsonClassifierRequest 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 UpdateJsonClassifierRequest 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 UpdateJsonClassifierRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.