public class GetServiceLinkedRoleDeletionStatusResponse extends AbstractModel
Constructor and Description |
---|
GetServiceLinkedRoleDeletionStatusResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getReason()
Get Reasons why the deletion failed.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getServiceName()
Get Service name
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getServiceType()
Get Service type
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getStatus()
Get Status: NOT_STARTED, IN_PROGRESS, SUCCEEDED, FAILED
|
void |
setReason(String Reason)
Set Reasons why the deletion failed.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setServiceName(String ServiceName)
Set Service name
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setServiceType(String ServiceType)
Set Service type
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Status: NOT_STARTED, IN_PROGRESS, SUCCEEDED, FAILED
|
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 GetServiceLinkedRoleDeletionStatusResponse()
public String getStatus()
public void setStatus(String Status)
Status
- Status: NOT_STARTED, IN_PROGRESS, SUCCEEDED, FAILEDpublic String getReason()
public void setReason(String Reason)
Reason
- Reasons why the deletion failed.public String getServiceType()
public void setServiceType(String ServiceType)
ServiceType
- Service type
Note: this field may return null, indicating that no valid values can be obtained.public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- Service name
Note: this field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.