@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FieldLabelType extends Object implements Serializable, Cloneable, StructuredPojo
The field label type.
Constructor and Description |
---|
FieldLabelType() |
Modifier and Type | Method and Description |
---|---|
FieldLabelType |
clone() |
boolean |
equals(Object obj) |
String |
getFieldId()
Indicates the field that is targeted by the field label.
|
String |
getVisibility()
The visibility of the field label.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFieldId(String fieldId)
Indicates the field that is targeted by the field label.
|
void |
setVisibility(String visibility)
The visibility of the field label.
|
String |
toString()
Returns a string representation of this object.
|
FieldLabelType |
withFieldId(String fieldId)
Indicates the field that is targeted by the field label.
|
FieldLabelType |
withVisibility(String visibility)
The visibility of the field label.
|
FieldLabelType |
withVisibility(Visibility visibility)
The visibility of the field label.
|
public void setFieldId(String fieldId)
Indicates the field that is targeted by the field label.
fieldId
- Indicates the field that is targeted by the field label.public String getFieldId()
Indicates the field that is targeted by the field label.
public FieldLabelType withFieldId(String fieldId)
Indicates the field that is targeted by the field label.
fieldId
- Indicates the field that is targeted by the field label.public void setVisibility(String visibility)
The visibility of the field label.
visibility
- The visibility of the field label.Visibility
public String getVisibility()
The visibility of the field label.
Visibility
public FieldLabelType withVisibility(String visibility)
The visibility of the field label.
visibility
- The visibility of the field label.Visibility
public FieldLabelType withVisibility(Visibility visibility)
The visibility of the field label.
visibility
- The visibility of the field label.Visibility
public String toString()
toString
in class Object
Object.toString()
public FieldLabelType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.