@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRobotApplicationVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateRobotApplicationVersionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateRobotApplicationVersionRequest |
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 robot application.
|
String |
getCurrentRevisionId()
The current revision id for the robot application.
|
int |
hashCode() |
void |
setApplication(String application)
The application information for the robot application.
|
void |
setCurrentRevisionId(String currentRevisionId)
The current revision id for the robot application.
|
String |
toString()
Returns a string representation of this object.
|
CreateRobotApplicationVersionRequest |
withApplication(String application)
The application information for the robot application.
|
CreateRobotApplicationVersionRequest |
withCurrentRevisionId(String currentRevisionId)
The current revision id for the robot 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, withSdkRequestTimeout
public CreateRobotApplicationVersionRequest()
public void setApplication(String application)
The application information for the robot application.
application
- The application information for the robot application.public String getApplication()
The application information for the robot application.
public CreateRobotApplicationVersionRequest withApplication(String application)
The application information for the robot application.
application
- The application information for the robot application.public void setCurrentRevisionId(String currentRevisionId)
The current revision id for the robot 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 robot 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 robot application. If you provide a value and it matches the latest revision ID, a new version will be created.
public CreateRobotApplicationVersionRequest withCurrentRevisionId(String currentRevisionId)
The current revision id for the robot 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 robot 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 Object
Object.toString()
public CreateRobotApplicationVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.