@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FieldInfo extends Object implements Serializable, Cloneable, StructuredPojo
Details about the fields such as name of the field.
| Constructor and Description |
|---|
FieldInfo() |
| Modifier and Type | Method and Description |
|---|---|
FieldInfo |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Name of the field.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
Name of the field.
|
String |
toString()
Returns a string representation of this object.
|
FieldInfo |
withName(String name)
Name of the field.
|
public void setName(String name)
Name of the field.
name - Name of the field.public String getName()
Name of the field.
public FieldInfo withName(String name)
Name of the field.
name - Name of the field.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.