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