Class LicenseConversionTask
- java.lang.Object
-
- software.amazon.awssdk.services.licensemanager.model.LicenseConversionTask
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LicenseConversionTask.Builder,LicenseConversionTask>
@Generated("software.amazon.awssdk:codegen") public final class LicenseConversionTask extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LicenseConversionTask.Builder,LicenseConversionTask>
Information about a license type conversion task.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLicenseConversionTask.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LicenseConversionTask.Builderbuilder()LicenseConversionContextdestinationLicenseContext()Information about the license type this conversion task converted to.InstantendTime()The time the conversion task was completed.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlicenseConversionTaskId()The ID of the license type conversion task.InstantlicenseConversionTime()The time the usage operation value of the resource was changed.StringresourceArn()The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.List<SdkField<?>>sdkFields()static Class<? extends LicenseConversionTask.Builder>serializableBuilderClass()LicenseConversionContextsourceLicenseContext()Information about the license type this conversion task converted from.InstantstartTime()The time the conversion task was started at.LicenseConversionTaskStatusstatus()The status of the conversion task.StringstatusAsString()The status of the conversion task.StringstatusMessage()The status message for the conversion task.LicenseConversionTask.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
licenseConversionTaskId
public final String licenseConversionTaskId()
The ID of the license type conversion task.
- Returns:
- The ID of the license type conversion task.
-
resourceArn
public final String resourceArn()
The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.
- Returns:
- The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.
-
sourceLicenseContext
public final LicenseConversionContext sourceLicenseContext()
Information about the license type this conversion task converted from.
- Returns:
- Information about the license type this conversion task converted from.
-
destinationLicenseContext
public final LicenseConversionContext destinationLicenseContext()
Information about the license type this conversion task converted to.
- Returns:
- Information about the license type this conversion task converted to.
-
status
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,
statuswill returnLicenseConversionTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the conversion task.
- See Also:
LicenseConversionTaskStatus
-
statusAsString
public 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,
statuswill returnLicenseConversionTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the conversion task.
- See Also:
LicenseConversionTaskStatus
-
statusMessage
public final String statusMessage()
The status message for the conversion task.
- Returns:
- The status message for the conversion task.
-
startTime
public final Instant startTime()
The time the conversion task was started at.
- Returns:
- The time the conversion task was started at.
-
licenseConversionTime
public final Instant licenseConversionTime()
The time the usage operation value of the resource was changed.
- Returns:
- The time the usage operation value of the resource was changed.
-
endTime
public final Instant endTime()
The time the conversion task was completed.
- Returns:
- The time the conversion task was completed.
-
toBuilder
public LicenseConversionTask.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LicenseConversionTask.Builder,LicenseConversionTask>
-
builder
public static LicenseConversionTask.Builder builder()
-
serializableBuilderClass
public static Class<? extends LicenseConversionTask.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-