Class GetLicenseConversionTaskResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.licensemanager.model.LicenseManagerResponse
-
- software.amazon.awssdk.services.licensemanager.model.GetLicenseConversionTaskResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetLicenseConversionTaskResponse.Builder,GetLicenseConversionTaskResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetLicenseConversionTaskResponse extends LicenseManagerResponse implements ToCopyableBuilder<GetLicenseConversionTaskResponse.Builder,GetLicenseConversionTaskResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetLicenseConversionTaskResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetLicenseConversionTaskResponse.Builderbuilder()LicenseConversionContextdestinationLicenseContext()Information about the license type converted to.InstantendTime()Time at which the license type conversion task was completed.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlicenseConversionTaskId()ID of the license type conversion task.InstantlicenseConversionTime()Amount of time to complete the license type conversion.StringresourceArn()Amazon Resource Names (ARN) of the resources the license conversion task is associated with.List<SdkField<?>>sdkFields()static Class<? extends GetLicenseConversionTaskResponse.Builder>serializableBuilderClass()LicenseConversionContextsourceLicenseContext()Information about the license type converted from.InstantstartTime()Time at which the license type conversion task was started .LicenseConversionTaskStatusstatus()Status of the license type conversion task.StringstatusAsString()Status of the license type conversion task.StringstatusMessage()The status message for the conversion task.GetLicenseConversionTaskResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.licensemanager.model.LicenseManagerResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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()
ID of the license type conversion task.
- Returns:
- ID of the license type conversion task.
-
resourceArn
public final String resourceArn()
Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
- Returns:
- Amazon Resource Names (ARN) of the resources the license conversion task is associated with.
-
sourceLicenseContext
public final LicenseConversionContext sourceLicenseContext()
Information about the license type converted from.
- Returns:
- Information about the license type converted from.
-
destinationLicenseContext
public final LicenseConversionContext destinationLicenseContext()
Information about the license type converted to.
- Returns:
- Information about the license type converted to.
-
statusMessage
public final String statusMessage()
The status message for the conversion task.
- Returns:
- The status message for the conversion task.
-
status
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,
statuswill returnLicenseConversionTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Status of the license type conversion task.
- See Also:
LicenseConversionTaskStatus
-
statusAsString
public 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,
statuswill returnLicenseConversionTaskStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Status of the license type conversion task.
- See Also:
LicenseConversionTaskStatus
-
startTime
public final Instant startTime()
Time at which the license type conversion task was started .
- Returns:
- Time at which the license type conversion task was started .
-
licenseConversionTime
public final Instant licenseConversionTime()
Amount of time to complete the license type conversion.
- Returns:
- Amount of time to complete the license type conversion.
-
endTime
public final Instant endTime()
Time at which the license type conversion task was completed.
- Returns:
- Time at which the license type conversion task was completed.
-
toBuilder
public GetLicenseConversionTaskResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetLicenseConversionTaskResponse.Builder,GetLicenseConversionTaskResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetLicenseConversionTaskResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetLicenseConversionTaskResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-