@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransformationTool extends Object implements Serializable, Cloneable, StructuredPojo
Information of the transformation tool that can be used to migrate and modernize the application.
| Constructor and Description | 
|---|
| TransformationTool() | 
| Modifier and Type | Method and Description | 
|---|---|
| TransformationTool | clone() | 
| boolean | equals(Object obj) | 
| String | getDescription()
 Description of the tool. | 
| String | getName()
 Name of the tool. | 
| String | getTranformationToolInstallationLink()
 URL for installing the tool. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setDescription(String description)
 Description of the tool. | 
| void | setName(String name)
 Name of the tool. | 
| void | setTranformationToolInstallationLink(String tranformationToolInstallationLink)
 URL for installing the tool. | 
| String | toString()Returns a string representation of this object. | 
| TransformationTool | withDescription(String description)
 Description of the tool. | 
| TransformationTool | withName(String name)
 Name of the tool. | 
| TransformationTool | withName(TransformationToolName name)
 Name of the tool. | 
| TransformationTool | withTranformationToolInstallationLink(String tranformationToolInstallationLink)
 URL for installing the tool. | 
public void setDescription(String description)
Description of the tool.
description - Description of the tool.public String getDescription()
Description of the tool.
public TransformationTool withDescription(String description)
Description of the tool.
description - Description of the tool.public void setName(String name)
Name of the tool.
name - Name of the tool.TransformationToolNamepublic String getName()
Name of the tool.
TransformationToolNamepublic TransformationTool withName(String name)
Name of the tool.
name - Name of the tool.TransformationToolNamepublic TransformationTool withName(TransformationToolName name)
Name of the tool.
name - Name of the tool.TransformationToolNamepublic void setTranformationToolInstallationLink(String tranformationToolInstallationLink)
URL for installing the tool.
tranformationToolInstallationLink - URL for installing the tool.public String getTranformationToolInstallationLink()
URL for installing the tool.
public TransformationTool withTranformationToolInstallationLink(String tranformationToolInstallationLink)
URL for installing the tool.
tranformationToolInstallationLink - URL for installing the tool.public String toString()
toString in class ObjectObject.toString()public TransformationTool clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.