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