@Generated(value="software.amazon.awssdk:codegen") public final class GetLicenseConversionTaskResponse extends LicenseManagerResponse implements ToCopyableBuilder<GetLicenseConversionTaskResponse.Builder,GetLicenseConversionTaskResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetLicenseConversionTaskResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetLicenseConversionTaskResponse.Builder |
builder() |
LicenseConversionContext |
destinationLicenseContext()
Information about the license type converted to.
|
Instant |
endTime()
Time at which the license type 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()
ID of the license type conversion task.
|
Instant |
licenseConversionTime()
Amount of time to complete the license type conversion.
|
String |
resourceArn()
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetLicenseConversionTaskResponse.Builder> |
serializableBuilderClass() |
LicenseConversionContext |
sourceLicenseContext()
Information about the license type converted from.
|
Instant |
startTime()
Time at which the license type conversion task was started .
|
LicenseConversionTaskStatus |
status()
Status of the license type conversion task.
|
String |
statusAsString()
Status of the license type conversion task.
|
String |
statusMessage()
The status message for the conversion task.
|
GetLicenseConversionTaskResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String licenseConversionTaskId()
ID of the license type conversion task.
public final String resourceArn()
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
public final LicenseConversionContext sourceLicenseContext()
Information about the license type converted from.
public final LicenseConversionContext destinationLicenseContext()
Information about the license type converted to.
public final String statusMessage()
The status message for the conversion task.
public final LicenseConversionTaskStatus status()
Status of the license type 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()
Status of the license type 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 Instant startTime()
Time at which the license type conversion task was started .
public final Instant licenseConversionTime()
Amount of time to complete the license type conversion.
public final Instant endTime()
Time at which the license type conversion task was completed.
public GetLicenseConversionTaskResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetLicenseConversionTaskResponse.Builder,GetLicenseConversionTaskResponse>toBuilder in class AwsResponsepublic static GetLicenseConversionTaskResponse.Builder builder()
public static Class<? extends GetLicenseConversionTaskResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.