@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RangeEndsLabelType extends Object implements Serializable, Cloneable, StructuredPojo
The range ends label type of a data path label.
| Constructor and Description |
|---|
RangeEndsLabelType() |
| Modifier and Type | Method and Description |
|---|---|
RangeEndsLabelType |
clone() |
boolean |
equals(Object obj) |
String |
getVisibility()
The visibility of the range ends label.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setVisibility(String visibility)
The visibility of the range ends label.
|
String |
toString()
Returns a string representation of this object.
|
RangeEndsLabelType |
withVisibility(String visibility)
The visibility of the range ends label.
|
RangeEndsLabelType |
withVisibility(Visibility visibility)
The visibility of the range ends label.
|
public void setVisibility(String visibility)
The visibility of the range ends label.
visibility - The visibility of the range ends label.Visibilitypublic String getVisibility()
The visibility of the range ends label.
Visibilitypublic RangeEndsLabelType withVisibility(String visibility)
The visibility of the range ends label.
visibility - The visibility of the range ends label.Visibilitypublic RangeEndsLabelType withVisibility(Visibility visibility)
The visibility of the range ends label.
visibility - The visibility of the range ends label.Visibilitypublic String toString()
toString in class ObjectObject.toString()public RangeEndsLabelType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.