public class CancelApplicationInstanceResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
CancelApplicationInstanceResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
Get id
|
String |
getInstanceId()
Get instanceId
|
int |
hashCode() |
CancelApplicationInstanceResponse |
id(String id) |
CancelApplicationInstanceResponse |
instanceId(String instanceId) |
Boolean |
isSuccess()
Get success
|
void |
setId(String id) |
void |
setInstanceId(String instanceId) |
void |
setSuccess(Boolean success) |
CancelApplicationInstanceResponse |
success(Boolean success) |
String |
toString() |
getResponseMetadata, setResponseMetadatapublic CancelApplicationInstanceResponse id(String id)
public String getId()
public void setId(String id)
public CancelApplicationInstanceResponse instanceId(String instanceId)
public String getInstanceId()
public void setInstanceId(String instanceId)
public CancelApplicationInstanceResponse success(Boolean success)
public Boolean isSuccess()
public void setSuccess(Boolean success)
Copyright © 2025. All rights reserved.