@Generated(value="software.amazon.awssdk:codegen") public final class CreateLicenseConversionTaskForResourceRequest extends LicenseManagerRequest implements ToCopyableBuilder<CreateLicenseConversionTaskForResourceRequest.Builder,CreateLicenseConversionTaskForResourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateLicenseConversionTaskForResourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateLicenseConversionTaskForResourceRequest.Builder |
builder() |
LicenseConversionContext |
destinationLicenseContext()
Information that identifies the license type you are converting to.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceArn()
Amazon Resource Name (ARN) of the resource you are converting the license type for.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateLicenseConversionTaskForResourceRequest.Builder> |
serializableBuilderClass() |
LicenseConversionContext |
sourceLicenseContext()
Information that identifies the license type you are converting from.
|
CreateLicenseConversionTaskForResourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceArn()
Amazon Resource Name (ARN) of the resource you are converting the license type for.
public final LicenseConversionContext sourceLicenseContext()
Information that identifies the license type you are converting from. For the structure of the source license, see Convert a license type using the CLI in the License Manager User Guide.
public final LicenseConversionContext destinationLicenseContext()
Information that identifies the license type you are converting to. For the structure of the destination license, see Convert a license type using the CLI in the License Manager User Guide.
public CreateLicenseConversionTaskForResourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateLicenseConversionTaskForResourceRequest.Builder,CreateLicenseConversionTaskForResourceRequest>toBuilder in class LicenseManagerRequestpublic static CreateLicenseConversionTaskForResourceRequest.Builder builder()
public static Class<? extends CreateLicenseConversionTaskForResourceRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.