@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) |
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)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.