@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MinimumLabelType extends Object implements Serializable, Cloneable, StructuredPojo
The minimum label of a data path label.
Constructor and Description |
---|
MinimumLabelType() |
Modifier and Type | Method and Description |
---|---|
MinimumLabelType |
clone() |
boolean |
equals(Object obj) |
String |
getVisibility()
The visibility of the minimum label.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setVisibility(String visibility)
The visibility of the minimum label.
|
String |
toString()
Returns a string representation of this object.
|
MinimumLabelType |
withVisibility(String visibility)
The visibility of the minimum label.
|
MinimumLabelType |
withVisibility(Visibility visibility)
The visibility of the minimum label.
|
public void setVisibility(String visibility)
The visibility of the minimum label.
visibility
- The visibility of the minimum label.Visibility
public String getVisibility()
The visibility of the minimum label.
Visibility
public MinimumLabelType withVisibility(String visibility)
The visibility of the minimum label.
visibility
- The visibility of the minimum label.Visibility
public MinimumLabelType withVisibility(Visibility visibility)
The visibility of the minimum label.
visibility
- The visibility of the minimum label.Visibility
public String toString()
toString
in class Object
Object.toString()
public MinimumLabelType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.