@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 Object
Object.toString()
public RequiredFieldInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.