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