public class MountPointAssociates extends AbstractModel
header, skipSign| Constructor and Description |
|---|
MountPointAssociates() |
MountPointAssociates(MountPointAssociates 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 |
getAccessGroupId()
Get Permission group ID
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getAccessRuleId()
Get Permission rule ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getBucketId()
Get Bucket ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getVpcCidrBlock()
Get Subnet address
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getVpcId()
Get vpcId
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAccessGroupId(String AccessGroupId)
Set Permission group ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAccessRuleId(Long AccessRuleId)
Set Permission rule ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBucketId(String BucketId)
Set Bucket ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVpcCidrBlock(String VpcCidrBlock)
Set Subnet address
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVpcId(String VpcId)
Set vpcId
Note: This field may return null, indicating that no valid values can be obtained.
|
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, toJsonStringpublic MountPointAssociates()
public MountPointAssociates(MountPointAssociates source)
public String getBucketId()
public void setBucketId(String BucketId)
BucketId - Bucket ID
Note: This field may return null, indicating that no valid values can be obtained.public String getVpcId()
public void setVpcId(String VpcId)
VpcId - vpcId
Note: This field may return null, indicating that no valid values can be obtained.public String getVpcCidrBlock()
public void setVpcCidrBlock(String VpcCidrBlock)
VpcCidrBlock - Subnet address
Note: This field may return null, indicating that no valid values can be obtained.public String getAccessGroupId()
public void setAccessGroupId(String AccessGroupId)
AccessGroupId - Permission group ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getAccessRuleId()
public void setAccessRuleId(Long AccessRuleId)
AccessRuleId - Permission rule ID
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.