@Generated(value="software.amazon.awssdk:codegen") public final class TransformationTool extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransformationTool.Builder,TransformationTool>
Information of the transformation tool that can be used to migrate and modernize the application.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TransformationTool.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TransformationTool.Builder |
builder() |
String |
description()
Description of the tool.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
TransformationToolName |
name()
Name of the tool.
|
String |
nameAsString()
Name of the tool.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransformationTool.Builder> |
serializableBuilderClass() |
TransformationTool.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
tranformationToolInstallationLink()
URL for installing the tool.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
Description of the tool.
public final TransformationToolName name()
Name of the tool.
If the service returns an enum value that is not available in the current SDK version, name will return
TransformationToolName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
TransformationToolNamepublic final String nameAsString()
Name of the tool.
If the service returns an enum value that is not available in the current SDK version, name will return
TransformationToolName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
nameAsString().
TransformationToolNamepublic final String tranformationToolInstallationLink()
URL for installing the tool.
public TransformationTool.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransformationTool.Builder,TransformationTool>public static TransformationTool.Builder builder()
public static Class<? extends TransformationTool.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.