public class FleetRelatedResource extends AbstractModel
header, skipSign
Constructor and Description |
---|
FleetRelatedResource() |
FleetRelatedResource(FleetRelatedResource 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 |
getResourceId()
Get 资源ID,目前仅支持别名ID和队列名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getResourceRegion()
Get 资源所在区域,如ap-shanghai、na-siliconvalley等
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 资源类型。
- ALIAS:别名
- QUEUE:队列
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResourceId(String ResourceId)
Set 资源ID,目前仅支持别名ID和队列名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResourceRegion(String ResourceRegion)
Set 资源所在区域,如ap-shanghai、na-siliconvalley等
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 资源类型。
- ALIAS:别名
- QUEUE:队列
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public FleetRelatedResource()
public FleetRelatedResource(FleetRelatedResource source)
public String getType()
public void setType(String Type)
Type
- 资源类型。
- ALIAS:别名
- QUEUE:队列
注意:此字段可能返回 null,表示取不到有效值。public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 资源ID,目前仅支持别名ID和队列名称
注意:此字段可能返回 null,表示取不到有效值。public String getResourceRegion()
public void setResourceRegion(String ResourceRegion)
ResourceRegion
- 资源所在区域,如ap-shanghai、na-siliconvalley等
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.