@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelServiceInstanceDeploymentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CancelServiceInstanceDeploymentRequest() |
Modifier and Type | Method and Description |
---|---|
CancelServiceInstanceDeploymentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getServiceInstanceName()
The name of the service instance with the deployment to cancel.
|
String |
getServiceName()
The name of the service with the service instance deployment to cancel.
|
int |
hashCode() |
void |
setServiceInstanceName(String serviceInstanceName)
The name of the service instance with the deployment to cancel.
|
void |
setServiceName(String serviceName)
The name of the service with the service instance deployment to cancel.
|
String |
toString()
Returns a string representation of this object.
|
CancelServiceInstanceDeploymentRequest |
withServiceInstanceName(String serviceInstanceName)
The name of the service instance with the deployment to cancel.
|
CancelServiceInstanceDeploymentRequest |
withServiceName(String serviceName)
The name of the service with the service instance deployment to cancel.
|
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 CancelServiceInstanceDeploymentRequest()
public void setServiceInstanceName(String serviceInstanceName)
The name of the service instance with the deployment to cancel.
serviceInstanceName
- The name of the service instance with the deployment to cancel.public String getServiceInstanceName()
The name of the service instance with the deployment to cancel.
public CancelServiceInstanceDeploymentRequest withServiceInstanceName(String serviceInstanceName)
The name of the service instance with the deployment to cancel.
serviceInstanceName
- The name of the service instance with the deployment to cancel.public void setServiceName(String serviceName)
The name of the service with the service instance deployment to cancel.
serviceName
- The name of the service with the service instance deployment to cancel.public String getServiceName()
The name of the service with the service instance deployment to cancel.
public CancelServiceInstanceDeploymentRequest withServiceName(String serviceName)
The name of the service with the service instance deployment to cancel.
serviceName
- The name of the service with the service instance deployment to cancel.public String toString()
toString
in class Object
Object.toString()
public CancelServiceInstanceDeploymentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()