@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchPath extends Object implements Serializable, Cloneable, StructuredPojo
A launch path object.
Constructor and Description |
---|
LaunchPath() |
Modifier and Type | Method and Description |
---|---|
LaunchPath |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The identifier of the launch path.
|
String |
getName()
The name of the launch path.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The identifier of the launch path.
|
void |
setName(String name)
The name of the launch path.
|
String |
toString()
Returns a string representation of this object.
|
LaunchPath |
withId(String id)
The identifier of the launch path.
|
LaunchPath |
withName(String name)
The name of the launch path.
|
public void setId(String id)
The identifier of the launch path.
id
- The identifier of the launch path.public String getId()
The identifier of the launch path.
public LaunchPath withId(String id)
The identifier of the launch path.
id
- The identifier of the launch path.public void setName(String name)
The name of the launch path.
name
- The name of the launch path.public String getName()
The name of the launch path.
public LaunchPath withName(String name)
The name of the launch path.
name
- The name of the launch path.public String toString()
toString
in class Object
Object.toString()
public LaunchPath clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.