@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataPathValue extends Object implements Serializable, Cloneable, StructuredPojo
The data path that needs to be sorted.
Constructor and Description |
---|
DataPathValue() |
Modifier and Type | Method and Description |
---|---|
DataPathValue |
clone() |
boolean |
equals(Object obj) |
String |
getFieldId()
The field ID of the field that needs to be sorted.
|
String |
getFieldValue()
The actual value of the field that needs to be sorted.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFieldId(String fieldId)
The field ID of the field that needs to be sorted.
|
void |
setFieldValue(String fieldValue)
The actual value of the field that needs to be sorted.
|
String |
toString()
Returns a string representation of this object.
|
DataPathValue |
withFieldId(String fieldId)
The field ID of the field that needs to be sorted.
|
DataPathValue |
withFieldValue(String fieldValue)
The actual value of the field that needs to be sorted.
|
public void setFieldId(String fieldId)
The field ID of the field that needs to be sorted.
fieldId
- The field ID of the field that needs to be sorted.public String getFieldId()
The field ID of the field that needs to be sorted.
public DataPathValue withFieldId(String fieldId)
The field ID of the field that needs to be sorted.
fieldId
- The field ID of the field that needs to be sorted.public void setFieldValue(String fieldValue)
The actual value of the field that needs to be sorted.
fieldValue
- The actual value of the field that needs to be sorted.public String getFieldValue()
The actual value of the field that needs to be sorted.
public DataPathValue withFieldValue(String fieldValue)
The actual value of the field that needs to be sorted.
fieldValue
- The actual value of the field that needs to be sorted.public String toString()
toString
in class Object
Object.toString()
public DataPathValue clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.