public class DeleteServiceRequest extends AbstractModel
Constructor and Description |
---|
DeleteServiceRequest() |
DeleteServiceRequest(DeleteServiceRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getServiceId()
Get Unique ID of the service to be deleted.
|
Long |
getSkipVerification()
Get A parameter used to set to skip the deletion precondition verification (only supported for services on dedicated instances).
|
void |
setServiceId(String ServiceId)
Set Unique ID of the service to be deleted.
|
void |
setSkipVerification(Long SkipVerification)
Set A parameter used to set to skip the deletion precondition verification (only supported for services on dedicated instances).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DeleteServiceRequest()
public DeleteServiceRequest(DeleteServiceRequest source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- Unique ID of the service to be deleted.public Long getSkipVerification()
public void setSkipVerification(Long SkipVerification)
SkipVerification
- A parameter used to set to skip the deletion precondition verification (only supported for services on dedicated instances).Copyright © 2023. All rights reserved.