@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteLaunchRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteLaunchRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteLaunchRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLaunch()
The name of the launch to delete.
|
String |
getProject()
The name or ARN of the project that contains the launch to delete.
|
int |
hashCode() |
void |
setLaunch(String launch)
The name of the launch to delete.
|
void |
setProject(String project)
The name or ARN of the project that contains the launch to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteLaunchRequest |
withLaunch(String launch)
The name of the launch to delete.
|
DeleteLaunchRequest |
withProject(String project)
The name or ARN of the project that contains the launch to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setLaunch(String launch)
The name of the launch to delete.
launch
- The name of the launch to delete.public String getLaunch()
The name of the launch to delete.
public DeleteLaunchRequest withLaunch(String launch)
The name of the launch to delete.
launch
- The name of the launch to delete.public void setProject(String project)
The name or ARN of the project that contains the launch to delete.
project
- The name or ARN of the project that contains the launch to delete.public String getProject()
The name or ARN of the project that contains the launch to delete.
public DeleteLaunchRequest withProject(String project)
The name or ARN of the project that contains the launch to delete.
project
- The name or ARN of the project that contains the launch to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteLaunchRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()