public class CreateMultiPathGatewaySecretKeyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateMultiPathGatewaySecretKeyRequest() |
CreateMultiPathGatewaySecretKeyRequest(CreateMultiPathGatewaySecretKeyRequest 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 |
getSecretKey()
Get Multi-Channel security acceleration gateway access key, base64 string, value range:length of the unencoded string: 32-48 characters, optional, automatically generated by the system if left blank, can be queried through the API DescribeMultiPathGatewaySecretKey.
|
String |
getZoneId()
Get Zone ID.
|
void |
setSecretKey(String SecretKey)
Set Multi-Channel security acceleration gateway access key, base64 string, value range:length of the unencoded string: 32-48 characters, optional, automatically generated by the system if left blank, can be queried through the API DescribeMultiPathGatewaySecretKey.
|
void |
setZoneId(String ZoneId)
Set Zone ID.
|
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 CreateMultiPathGatewaySecretKeyRequest()
public CreateMultiPathGatewaySecretKeyRequest(CreateMultiPathGatewaySecretKeyRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- Zone ID.public String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey
- Multi-Channel security acceleration gateway access key, base64 string, value range:length of the unencoded string: 32-48 characters, optional, automatically generated by the system if left blank, can be queried through the API DescribeMultiPathGatewaySecretKey.Copyright © 2025. All rights reserved.