@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Licensing extends Object implements Serializable, Cloneable, StructuredPojo
Configure Licensing.
| Constructor and Description |
|---|
Licensing() |
| Modifier and Type | Method and Description |
|---|---|
Licensing |
clone() |
boolean |
equals(Object obj) |
Boolean |
getOsByol()
Configure BYOL OS licensing.
|
int |
hashCode() |
Boolean |
isOsByol()
Configure BYOL OS licensing.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setOsByol(Boolean osByol)
Configure BYOL OS licensing.
|
String |
toString()
Returns a string representation of this object.
|
Licensing |
withOsByol(Boolean osByol)
Configure BYOL OS licensing.
|
public void setOsByol(Boolean osByol)
Configure BYOL OS licensing.
osByol - Configure BYOL OS licensing.public Boolean getOsByol()
Configure BYOL OS licensing.
public Licensing withOsByol(Boolean osByol)
Configure BYOL OS licensing.
osByol - Configure BYOL OS licensing.public Boolean isOsByol()
Configure BYOL OS licensing.
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.