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