@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteServiceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteServiceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteServiceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCluster()
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete.
|
String |
getService()
The name of the service to delete.
|
int |
hashCode() |
void |
setCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete.
|
void |
setService(String service)
The name of the service to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteServiceRequest |
withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete.
|
DeleteServiceRequest |
withService(String service)
The name of the service to delete.
|
addHandlerContext, copyBaseTo, 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 void setCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete. If you do not specify a cluster, the default cluster is assumed.
cluster - The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete. If you
do not specify a cluster, the default cluster is assumed.public String getCluster()
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete. If you do not specify a cluster, the default cluster is assumed.
public DeleteServiceRequest withCluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete. If you do not specify a cluster, the default cluster is assumed.
cluster - The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete. If you
do not specify a cluster, the default cluster is assumed.public void setService(String service)
The name of the service to delete.
service - The name of the service to delete.public String getService()
The name of the service to delete.
public DeleteServiceRequest withService(String service)
The name of the service to delete.
service - The name of the service to delete.public String toString()
toString in class ObjectObject.toString()public DeleteServiceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.