public class DescribeDiscoveredResourceResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDiscoveredResourceResponse() |
DescribeDiscoveredResourceResponse(DescribeDiscoveredResourceResponse 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 |
getConfiguration()
Get Resource configuration
Note: This field may return null, indicating that no valid value is found.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String |
getResourceCreateTime()
Get Resource creation time
Note: This field may return null, indicating that no valid value is found.
|
String |
getResourceId()
Get Resource ID
Note: This field may return null, indicating that no valid value is found.
|
String |
getResourceName()
Get Resource Name
Note: This field may return null, indicating that no valid value is found.
|
String |
getResourceRegion()
Get Resource region
Note: This field may return null, indicating that no valid value is found.
|
String |
getResourceType()
Get Resource type
Note: This field may return null, indicating that no valid value is found.
|
String |
getResourceZone()
Get Resource availability zone
Note: This field may return null, indicating that no valid value is found.
|
Tag[] |
getTags()
Get Resource tag
Note: This field may return null, indicating that no valid value is found.
|
String |
getUpdateTime()
Get Resource update time
Note: This field may return null, indicating that no valid value is found.
|
void |
setConfiguration(String Configuration)
Set Resource configuration
Note: This field may return null, indicating that no valid value is found.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setResourceCreateTime(String ResourceCreateTime)
Set Resource creation time
Note: This field may return null, indicating that no valid value is found.
|
void |
setResourceId(String ResourceId)
Set Resource ID
Note: This field may return null, indicating that no valid value is found.
|
void |
setResourceName(String ResourceName)
Set Resource Name
Note: This field may return null, indicating that no valid value is found.
|
void |
setResourceRegion(String ResourceRegion)
Set Resource region
Note: This field may return null, indicating that no valid value is found.
|
void |
setResourceType(String ResourceType)
Set Resource type
Note: This field may return null, indicating that no valid value is found.
|
void |
setResourceZone(String ResourceZone)
Set Resource availability zone
Note: This field may return null, indicating that no valid value is found.
|
void |
setTags(Tag[] Tags)
Set Resource tag
Note: This field may return null, indicating that no valid value is found.
|
void |
setUpdateTime(String UpdateTime)
Set Resource update time
Note: This field may return null, indicating that no valid value is found.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDiscoveredResourceResponse()
public DescribeDiscoveredResourceResponse(DescribeDiscoveredResourceResponse source)
public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- Resource ID
Note: This field may return null, indicating that no valid value is found.public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- Resource type
Note: This field may return null, indicating that no valid value is found.public String getResourceName()
public void setResourceName(String ResourceName)
ResourceName
- Resource Name
Note: This field may return null, indicating that no valid value is found.public String getResourceRegion()
public void setResourceRegion(String ResourceRegion)
ResourceRegion
- Resource region
Note: This field may return null, indicating that no valid value is found.public String getResourceZone()
public void setResourceZone(String ResourceZone)
ResourceZone
- Resource availability zone
Note: This field may return null, indicating that no valid value is found.public String getConfiguration()
public void setConfiguration(String Configuration)
Configuration
- Resource configuration
Note: This field may return null, indicating that no valid value is found.public String getResourceCreateTime()
public void setResourceCreateTime(String ResourceCreateTime)
ResourceCreateTime
- Resource creation time
Note: This field may return null, indicating that no valid value is found.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Resource tag
Note: This field may return null, indicating that no valid value is found.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Resource update time
Note: This field may return null, indicating that no valid value is found.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.