@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutMetadataFlagBody extends Object implements Serializable, Cloneable, StructuredPojo
Stores the metadata information about a feature on a form.
| Constructor and Description |
|---|
PutMetadataFlagBody() |
| Modifier and Type | Method and Description |
|---|---|
PutMetadataFlagBody |
clone() |
boolean |
equals(Object obj) |
String |
getNewValue()
The new information to store.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setNewValue(String newValue)
The new information to store.
|
String |
toString()
Returns a string representation of this object.
|
PutMetadataFlagBody |
withNewValue(String newValue)
The new information to store.
|
public void setNewValue(String newValue)
The new information to store.
newValue - The new information to store.public String getNewValue()
The new information to store.
public PutMetadataFlagBody withNewValue(String newValue)
The new information to store.
newValue - The new information to store.public String toString()
toString in class ObjectObject.toString()public PutMetadataFlagBody clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.