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