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