@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FieldIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
Object for unique identifier of a field.
Constructor and Description |
---|
FieldIdentifier() |
Modifier and Type | Method and Description |
---|---|
FieldIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getId()
Unique identifier of a field.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
Unique identifier of a field.
|
String |
toString()
Returns a string representation of this object.
|
FieldIdentifier |
withId(String id)
Unique identifier of a field.
|
public void setId(String id)
Unique identifier of a field.
id
- Unique identifier of a field.public String getId()
Unique identifier of a field.
public FieldIdentifier withId(String id)
Unique identifier of a field.
id
- Unique identifier of a field.public String toString()
toString
in class Object
Object.toString()
public FieldIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.