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