@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) |
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.Visibilitypublic String getVisibility()
The visibility of the field label.
Visibilitypublic FieldLabelType withVisibility(String visibility)
The visibility of the field label.
visibility - The visibility of the field label.Visibilitypublic FieldLabelType withVisibility(Visibility visibility)
The visibility of the field label.
visibility - The visibility of the field label.Visibilitypublic String toString()
toString in class ObjectObject.toString()public FieldLabelType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.