@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartLaunchResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartLaunchResult() |
Modifier and Type | Method and Description |
---|---|
StartLaunchResult |
clone() |
boolean |
equals(Object obj) |
Launch |
getLaunch()
A structure that contains information about the launch that was started.
|
int |
hashCode() |
void |
setLaunch(Launch launch)
A structure that contains information about the launch that was started.
|
String |
toString()
Returns a string representation of this object.
|
StartLaunchResult |
withLaunch(Launch launch)
A structure that contains information about the launch that was started.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLaunch(Launch launch)
A structure that contains information about the launch that was started.
launch
- A structure that contains information about the launch that was started.public Launch getLaunch()
A structure that contains information about the launch that was started.
public StartLaunchResult withLaunch(Launch launch)
A structure that contains information about the launch that was started.
launch
- A structure that contains information about the launch that was started.public String toString()
toString
in class Object
Object.toString()
public StartLaunchResult clone()