@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FieldPosition extends Object implements Serializable, Cloneable, StructuredPojo
Describes the field position.
Constructor and Description |
---|
FieldPosition() |
Modifier and Type | Method and Description |
---|---|
FieldPosition |
clone() |
boolean |
equals(Object obj) |
String |
getBelow()
The field position is below the field specified by the string.
|
String |
getFixed()
The field position is fixed and doesn't change in relation to other fields.
|
String |
getRightOf()
The field position is to the right of the field specified by the string.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBelow(String below)
The field position is below the field specified by the string.
|
void |
setFixed(String fixed)
The field position is fixed and doesn't change in relation to other fields.
|
void |
setRightOf(String rightOf)
The field position is to the right of the field specified by the string.
|
String |
toString()
Returns a string representation of this object.
|
FieldPosition |
withBelow(String below)
The field position is below the field specified by the string.
|
FieldPosition |
withFixed(FixedPosition fixed)
The field position is fixed and doesn't change in relation to other fields.
|
FieldPosition |
withFixed(String fixed)
The field position is fixed and doesn't change in relation to other fields.
|
FieldPosition |
withRightOf(String rightOf)
The field position is to the right of the field specified by the string.
|
public void setBelow(String below)
The field position is below the field specified by the string.
below
- The field position is below the field specified by the string.public String getBelow()
The field position is below the field specified by the string.
public FieldPosition withBelow(String below)
The field position is below the field specified by the string.
below
- The field position is below the field specified by the string.public void setFixed(String fixed)
The field position is fixed and doesn't change in relation to other fields.
fixed
- The field position is fixed and doesn't change in relation to other fields.FixedPosition
public String getFixed()
The field position is fixed and doesn't change in relation to other fields.
FixedPosition
public FieldPosition withFixed(String fixed)
The field position is fixed and doesn't change in relation to other fields.
fixed
- The field position is fixed and doesn't change in relation to other fields.FixedPosition
public FieldPosition withFixed(FixedPosition fixed)
The field position is fixed and doesn't change in relation to other fields.
fixed
- The field position is fixed and doesn't change in relation to other fields.FixedPosition
public void setRightOf(String rightOf)
The field position is to the right of the field specified by the string.
rightOf
- The field position is to the right of the field specified by the string.public String getRightOf()
The field position is to the right of the field specified by the string.
public FieldPosition withRightOf(String rightOf)
The field position is to the right of the field specified by the string.
rightOf
- The field position is to the right of the field specified by the string.public String toString()
toString
in class Object
Object.toString()
public FieldPosition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.