public class DeleteServiceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteServiceRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteServiceRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getCluster()
The name 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 name 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 name of the cluster that hosts the service to delete.
|
DeleteServiceRequest |
withService(String service)
The name of the service to delete.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCluster(String cluster)
The name of the cluster that hosts the service to delete. If you do not specify a cluster, the default cluster is assumed.
cluster
- The name 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 name 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 name of the cluster that hosts the service to delete. If you do not specify a cluster, the default cluster is assumed.
cluster
- The name 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 Object
Object.toString()
public DeleteServiceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.