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