@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Licensing extends Object implements Serializable, Cloneable, StructuredPojo
Configuration of a machine's license.
| Constructor and Description | 
|---|
| Licensing() | 
| Modifier and Type | Method and Description | 
|---|---|
| Licensing | clone() | 
| boolean | equals(Object obj) | 
| Boolean | getOsByol()
 Whether to enable "Bring your own license" or not. | 
| int | hashCode() | 
| Boolean | isOsByol()
 Whether to enable "Bring your own license" or not. | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setOsByol(Boolean osByol)
 Whether to enable "Bring your own license" or not. | 
| String | toString()Returns a string representation of this object. | 
| Licensing | withOsByol(Boolean osByol)
 Whether to enable "Bring your own license" or not. | 
public void setOsByol(Boolean osByol)
Whether to enable "Bring your own license" or not.
osByol - Whether to enable "Bring your own license" or not.public Boolean getOsByol()
Whether to enable "Bring your own license" or not.
public Licensing withOsByol(Boolean osByol)
Whether to enable "Bring your own license" or not.
osByol - Whether to enable "Bring your own license" or not.public Boolean isOsByol()
Whether to enable "Bring your own license" or not.
public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.