@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)
Marshalls this structured data using the given
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.Visibility
public String getVisibility()
The visibility of the range ends label.
Visibility
public RangeEndsLabelType withVisibility(String visibility)
The visibility of the range ends label.
visibility
- The visibility of the range ends label.Visibility
public RangeEndsLabelType withVisibility(Visibility visibility)
The visibility of the range ends label.
visibility
- The visibility of the range ends label.Visibility
public String toString()
toString
in class Object
Object.toString()
public RangeEndsLabelType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.