@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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.