@Generated(value="software.amazon.awssdk:codegen") public final class LicenseConversionTask extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LicenseConversionTask.Builder,LicenseConversionTask>
Information about a license type conversion task.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LicenseConversionTask.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LicenseConversionTask.Builder |
builder() |
LicenseConversionContext |
destinationLicenseContext()
Information about the license type this conversion task converted to.
|
Instant |
endTime()
The time the conversion task was completed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
licenseConversionTaskId()
The ID of the license type conversion task.
|
Instant |
licenseConversionTime()
The time the usage operation value of the resource was changed.
|
String |
resourceArn()
The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LicenseConversionTask.Builder> |
serializableBuilderClass() |
LicenseConversionContext |
sourceLicenseContext()
Information about the license type this conversion task converted from.
|
Instant |
startTime()
The time the conversion task was started at.
|
LicenseConversionTaskStatus |
status()
The status of the conversion task.
|
String |
statusAsString()
The status of the conversion task.
|
String |
statusMessage()
The status message for the conversion task.
|
LicenseConversionTask.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String licenseConversionTaskId()
The ID of the license type conversion task.
public final String resourceArn()
The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.
public final LicenseConversionContext sourceLicenseContext()
Information about the license type this conversion task converted from.
public final LicenseConversionContext destinationLicenseContext()
Information about the license type this conversion task converted to.
public final LicenseConversionTaskStatus status()
The status of the conversion task.
If the service returns an enum value that is not available in the current SDK version, status will
return LicenseConversionTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
LicenseConversionTaskStatuspublic final String statusAsString()
The status of the conversion task.
If the service returns an enum value that is not available in the current SDK version, status will
return LicenseConversionTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
LicenseConversionTaskStatuspublic final String statusMessage()
The status message for the conversion task.
public final Instant startTime()
The time the conversion task was started at.
public final Instant licenseConversionTime()
The time the usage operation value of the resource was changed.
public final Instant endTime()
The time the conversion task was completed.
public LicenseConversionTask.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LicenseConversionTask.Builder,LicenseConversionTask>public static LicenseConversionTask.Builder builder()
public static Class<? extends LicenseConversionTask.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.