@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSimulationApplicationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteSimulationApplicationRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteSimulationApplicationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplication()
The application information for the simulation application to delete.
|
String |
getApplicationVersion()
The version of the simulation application to delete.
|
int |
hashCode() |
void |
setApplication(String application)
The application information for the simulation application to delete.
|
void |
setApplicationVersion(String applicationVersion)
The version of the simulation application to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSimulationApplicationRequest |
withApplication(String application)
The application information for the simulation application to delete.
|
DeleteSimulationApplicationRequest |
withApplicationVersion(String applicationVersion)
The version of the simulation application 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 setApplication(String application)
The application information for the simulation application to delete.
application
- The application information for the simulation application to delete.public String getApplication()
The application information for the simulation application to delete.
public DeleteSimulationApplicationRequest withApplication(String application)
The application information for the simulation application to delete.
application
- The application information for the simulation application to delete.public void setApplicationVersion(String applicationVersion)
The version of the simulation application to delete.
applicationVersion
- The version of the simulation application to delete.public String getApplicationVersion()
The version of the simulation application to delete.
public DeleteSimulationApplicationRequest withApplicationVersion(String applicationVersion)
The version of the simulation application to delete.
applicationVersion
- The version of the simulation application to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteSimulationApplicationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()