public class OriginRecordPrivateParameter extends AbstractModel
header, skipSign
Constructor and Description |
---|
OriginRecordPrivateParameter() |
OriginRecordPrivateParameter(OriginRecordPrivateParameter 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 |
getName()
Get Name of the private origin authentication parameter.
|
String |
getValue()
Get Value of the private origin authentication parameter
|
void |
setName(String Name)
Set Name of the private origin authentication parameter.
|
void |
setValue(String Value)
Set Value of the private origin authentication parameter
|
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 OriginRecordPrivateParameter()
public OriginRecordPrivateParameter(OriginRecordPrivateParameter source)
public String getName()
public void setName(String Name)
Name
- Name of the private origin authentication parameter.
`AccessKeyId`: Access key ID
`SecretAccessKey`: Secret access keypublic String getValue()
public void setValue(String Value)
Value
- Value of the private origin authentication parameterCopyright © 2024. All rights reserved.