public static class DescribeApiResponseBody.DescribeApiResponseBodyServiceConfigFunctionComputeConfig
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
contentTypeCatagory
The API request path.
|
String |
contentTypeValue
The region where the Function Compute instance is located.
|
String |
fcBaseUrl
The value of the ContentType header when the ContentTypeCatagory parameter is set to DEFAULT or CUSTOM.
|
String |
fcType
The Alibaba Cloud Resource Name (ARN) of the RAM role to be assumed by API Gateway to access Function Compute.
|
String |
functionName
The ContentType header type used when you call the backend service over HTTP.
|
String |
method
The root path of Function Compute.
|
Boolean |
onlyBusinessPath
The function name defined in Function Compute.
|
String |
path
The service name defined in Function Compute.
|
String |
qualifier
Information when the backend service is OSS
|
String |
regionId
The backend only receives the service path.
|
String |
roleArn
The request method.
|
String |
serviceName
The alias of the function.
|
| 构造器和说明 |
|---|
DescribeApiResponseBody.DescribeApiResponseBodyServiceConfigFunctionComputeConfig() |
@NameInMap(value="ContentTypeCatagory") public String contentTypeCatagory
The API request path.
@NameInMap(value="ContentTypeValue") public String contentTypeValue
The region where the Function Compute instance is located.
@NameInMap(value="FcBaseUrl") public String fcBaseUrl
The value of the ContentType header when the ContentTypeCatagory parameter is set to DEFAULT or CUSTOM.
@NameInMap(value="FcType") public String fcType
The Alibaba Cloud Resource Name (ARN) of the RAM role to be assumed by API Gateway to access Function Compute.
@NameInMap(value="FunctionName") public String functionName
The ContentType header type used when you call the backend service over HTTP.
* **DEFAULT**: the default header type in API Gateway
* **CUSTOM**: a custom header type
* **CLIENT**: the ContentType header type of the client
@NameInMap(value="Method") public String method
The root path of Function Compute.
@NameInMap(value="OnlyBusinessPath") public Boolean onlyBusinessPath
The function name defined in Function Compute.
@NameInMap(value="Path") public String path
The service name defined in Function Compute.
@NameInMap(value="Qualifier") public String qualifier
Information when the backend service is OSS
@NameInMap(value="RegionId") public String regionId
The backend only receives the service path.
@NameInMap(value="RoleArn") public String roleArn
The request method.
@NameInMap(value="ServiceName") public String serviceName
The alias of the function.
public DescribeApiResponseBody.DescribeApiResponseBodyServiceConfigFunctionComputeConfig()
public static DescribeApiResponseBody.DescribeApiResponseBodyServiceConfigFunctionComputeConfig build(Map<String,?> map) throws Exception
Exceptionpublic DescribeApiResponseBody.DescribeApiResponseBodyServiceConfigFunctionComputeConfig setContentTypeCatagory(String contentTypeCatagory)
public String getContentTypeCatagory()
public DescribeApiResponseBody.DescribeApiResponseBodyServiceConfigFunctionComputeConfig setContentTypeValue(String contentTypeValue)
public String getContentTypeValue()
public DescribeApiResponseBody.DescribeApiResponseBodyServiceConfigFunctionComputeConfig setFcBaseUrl(String fcBaseUrl)
public String getFcBaseUrl()
public DescribeApiResponseBody.DescribeApiResponseBodyServiceConfigFunctionComputeConfig setFcType(String fcType)
public String getFcType()
public DescribeApiResponseBody.DescribeApiResponseBodyServiceConfigFunctionComputeConfig setFunctionName(String functionName)
public String getFunctionName()
public DescribeApiResponseBody.DescribeApiResponseBodyServiceConfigFunctionComputeConfig setMethod(String method)
public String getMethod()
public DescribeApiResponseBody.DescribeApiResponseBodyServiceConfigFunctionComputeConfig setOnlyBusinessPath(Boolean onlyBusinessPath)
public Boolean getOnlyBusinessPath()
public DescribeApiResponseBody.DescribeApiResponseBodyServiceConfigFunctionComputeConfig setPath(String path)
public String getPath()
public DescribeApiResponseBody.DescribeApiResponseBodyServiceConfigFunctionComputeConfig setQualifier(String qualifier)
public String getQualifier()
public DescribeApiResponseBody.DescribeApiResponseBodyServiceConfigFunctionComputeConfig setRegionId(String regionId)
public String getRegionId()
public DescribeApiResponseBody.DescribeApiResponseBodyServiceConfigFunctionComputeConfig setRoleArn(String roleArn)
public String getRoleArn()
public DescribeApiResponseBody.DescribeApiResponseBodyServiceConfigFunctionComputeConfig setServiceName(String serviceName)
public String getServiceName()
Copyright © 2023. All rights reserved.