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