@Generated(value="software.amazon.awssdk:codegen") public final class LicenseConversionContext extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LicenseConversionContext.Builder,LicenseConversionContext>
Information about a license type conversion task.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LicenseConversionContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LicenseConversionContext.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LicenseConversionContext.Builder> |
serializableBuilderClass() |
LicenseConversionContext.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
usageOperation()
The Usage operation value that corresponds to the license type you are converting your resource from.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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
public LicenseConversionContext.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LicenseConversionContext.Builder,LicenseConversionContext>public static LicenseConversionContext.Builder builder()
public static Class<? extends LicenseConversionContext.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.