@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LicenseConversionContext extends Object implements Serializable, Cloneable, StructuredPojo
Information about a license type conversion task.
Constructor and Description |
---|
LicenseConversionContext() |
Modifier and Type | Method and Description |
---|---|
LicenseConversionContext |
clone() |
boolean |
equals(Object obj) |
String |
getUsageOperation()
The Usage operation value that corresponds to the license type you are converting your resource from.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setUsageOperation(String usageOperation)
The Usage operation value that corresponds to the license type you are converting your resource from.
|
String |
toString()
Returns a string representation of this object.
|
LicenseConversionContext |
withUsageOperation(String usageOperation)
The Usage operation value that corresponds to the license type you are converting your resource from.
|
public void setUsageOperation(String usageOperation)
The Usage operation value that corresponds to the license type you are converting your resource from. For more information about which platforms correspond to which usage operation values see Sample data: usage operation by platform
usageOperation
- The Usage operation value that corresponds to the license type you are converting your resource from. For
more information about which platforms correspond to which usage operation values see Sample
data: usage operation by platform public String getUsageOperation()
The Usage operation value that corresponds to the license type you are converting your resource from. For more information about which platforms correspond to which usage operation values see Sample data: usage operation by platform
public LicenseConversionContext withUsageOperation(String usageOperation)
The Usage operation value that corresponds to the license type you are converting your resource from. For more information about which platforms correspond to which usage operation values see Sample data: usage operation by platform
usageOperation
- The Usage operation value that corresponds to the license type you are converting your resource from. For
more information about which platforms correspond to which usage operation values see Sample
data: usage operation by platform public String toString()
toString
in class Object
Object.toString()
public LicenseConversionContext clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.