public class AwsPrivateAccess extends AbstractModel
Constructor and Description |
---|
AwsPrivateAccess() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessKey()
Get Access ID.
|
String |
getSecretKey()
Get Key.
|
String |
getSwitch()
Get Switch, which can be set to on or off.
|
void |
setAccessKey(String AccessKey)
Set Access ID.
|
void |
setSecretKey(String SecretKey)
Set Key.
|
void |
setSwitch(String Switch)
Set Switch, which can be set to on or off.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Switch, which can be set to on or off.public String getAccessKey()
public void setAccessKey(String AccessKey)
AccessKey
- Access ID.
Note: this field may return null, indicating that no valid values can be obtained.public String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey
- Key.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.