@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSimulationApplicationVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateSimulationApplicationVersionRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateSimulationApplicationVersionRequest |
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 |
getCurrentRevisionId()
The current revision id for the simulation application.
|
int |
hashCode() |
void |
setApplication(String application)
The application information for the simulation application.
|
void |
setCurrentRevisionId(String currentRevisionId)
The current revision id for the simulation application.
|
String |
toString()
Returns a string representation of this object.
|
CreateSimulationApplicationVersionRequest |
withApplication(String application)
The application information for the simulation application.
|
CreateSimulationApplicationVersionRequest |
withCurrentRevisionId(String currentRevisionId)
The current revision id for the simulation application.
|
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, withSdkRequestTimeoutpublic CreateSimulationApplicationVersionRequest()
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 CreateSimulationApplicationVersionRequest withApplication(String application)
The application information for the simulation application.
application - The application information for the simulation application.public void setCurrentRevisionId(String currentRevisionId)
The current revision id for the simulation application. If you provide a value and it matches the latest revision ID, a new version will be created.
currentRevisionId - The current revision id for the simulation application. If you provide a value and it matches the latest
revision ID, a new version will be created.public String getCurrentRevisionId()
The current revision id for the simulation application. If you provide a value and it matches the latest revision ID, a new version will be created.
public CreateSimulationApplicationVersionRequest withCurrentRevisionId(String currentRevisionId)
The current revision id for the simulation application. If you provide a value and it matches the latest revision ID, a new version will be created.
currentRevisionId - The current revision id for the simulation application. If you provide a value and it matches the latest
revision ID, a new version will be created.public String toString()
toString in class ObjectObject.toString()public CreateSimulationApplicationVersionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()