Class TransformationTool
- java.lang.Object
-
- software.amazon.awssdk.services.migrationhubstrategy.model.TransformationTool
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TransformationTool.Builder,TransformationTool>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTransformationTool.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransformationTool.Builderbuilder()Stringdescription()Description of the tool.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()TransformationToolNamename()Name of the tool.StringnameAsString()Name of the tool.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TransformationTool.Builder>serializableBuilderClass()TransformationTool.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtranformationToolInstallationLink()URL for installing the tool.-
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
-
description
public final String description()
Description of the tool.
- Returns:
- Description of the tool.
-
name
public final TransformationToolName name()
Name of the tool.
If the service returns an enum value that is not available in the current SDK version,
namewill returnTransformationToolName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- Name of the tool.
- See Also:
TransformationToolName
-
nameAsString
public final String nameAsString()
Name of the tool.
If the service returns an enum value that is not available in the current SDK version,
namewill returnTransformationToolName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromnameAsString().- Returns:
- Name of the tool.
- See Also:
TransformationToolName
-
tranformationToolInstallationLink
public final String tranformationToolInstallationLink()
URL for installing the tool.
- Returns:
- URL for installing the tool.
-
toBuilder
public TransformationTool.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TransformationTool.Builder,TransformationTool>
-
builder
public static TransformationTool.Builder builder()
-
serializableBuilderClass
public static Class<? extends TransformationTool.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-