@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Tool extends Object implements Serializable, Cloneable, StructuredPojo
List of AWS services utilized in a migration workflow.
Constructor and Description |
---|
Tool() |
Modifier and Type | Method and Description |
---|---|
Tool |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of an AWS service.
|
String |
getUrl()
The URL of an AWS service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of an AWS service.
|
void |
setUrl(String url)
The URL of an AWS service.
|
String |
toString()
Returns a string representation of this object.
|
Tool |
withName(String name)
The name of an AWS service.
|
Tool |
withUrl(String url)
The URL of an AWS service.
|
public void setName(String name)
The name of an AWS service.
name
- The name of an AWS service.public String getName()
The name of an AWS service.
public Tool withName(String name)
The name of an AWS service.
name
- The name of an AWS service.public void setUrl(String url)
The URL of an AWS service.
url
- The URL of an AWS service.public String getUrl()
The URL of an AWS service.
public Tool withUrl(String url)
The URL of an AWS service.
url
- The URL of an AWS service.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.