public class AwsPrivateAccess extends AbstractModel
| Constructor and Description | 
|---|
| AwsPrivateAccess() | 
| AwsPrivateAccess(AwsPrivateAccess 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 | 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, toJsonStringpublic AwsPrivateAccess()
public AwsPrivateAccess(AwsPrivateAccess source)
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 © 2021. All rights reserved.