public class DeleteServiceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteService operation.
Deletes a specified service within a cluster.
NOOP| Constructor and Description |
|---|
DeleteServiceRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteServiceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCluster()
The name of the cluster that hosts the service you want to delete.
|
String |
getService()
The name of the service you want to delete.
|
int |
hashCode() |
void |
setCluster(String cluster)
The name of the cluster that hosts the service you want to delete.
|
void |
setService(String service)
The name of the service you want to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteServiceRequest |
withCluster(String cluster)
The name of the cluster that hosts the service you want to delete.
|
DeleteServiceRequest |
withService(String service)
The name of the service you want to delete.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getCluster()
public void setCluster(String cluster)
cluster - The name of the cluster that hosts the service you want to delete.public DeleteServiceRequest withCluster(String cluster)
Returns a reference to this object so that method calls can be chained together.
cluster - The name of the cluster that hosts the service you want to delete.public String getService()
public void setService(String service)
service - The name of the service you want to delete.public DeleteServiceRequest withService(String service)
Returns a reference to this object so that method calls can be chained together.
service - The name of the service you want to delete.public String toString()
toString in class ObjectObject.toString()public DeleteServiceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.