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