Class ModifyInstanceEncryptAttributesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sqlserver.v20180328.models.ModifyInstanceEncryptAttributesRequest
-
public class ModifyInstanceEncryptAttributesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyInstanceEncryptAttributesRequest()
ModifyInstanceEncryptAttributesRequest(ModifyInstanceEncryptAttributesRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCertificateAttribution()
Get 证书归属。self-表示使用该账号自身的证书,others-表示引用其他账号的证书,默认取值self。String
getInstanceId()
Get 实例IDString
getQuoteUin()
Get 引用的其他主账号ID,当CertificateAttribution 为others时必填。void
setCertificateAttribution(String CertificateAttribution)
Set 证书归属。self-表示使用该账号自身的证书,others-表示引用其他账号的证书,默认取值self。void
setInstanceId(String InstanceId)
Set 实例IDvoid
setQuoteUin(String QuoteUin)
Set 引用的其他主账号ID,当CertificateAttribution 为others时必填。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyInstanceEncryptAttributesRequest
public ModifyInstanceEncryptAttributesRequest()
-
ModifyInstanceEncryptAttributesRequest
public ModifyInstanceEncryptAttributesRequest(ModifyInstanceEncryptAttributesRequest 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 实例ID- Returns:
- InstanceId 实例ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID- Parameters:
InstanceId
- 实例ID
-
getCertificateAttribution
public String getCertificateAttribution()
Get 证书归属。self-表示使用该账号自身的证书,others-表示引用其他账号的证书,默认取值self。- Returns:
- CertificateAttribution 证书归属。self-表示使用该账号自身的证书,others-表示引用其他账号的证书,默认取值self。
-
setCertificateAttribution
public void setCertificateAttribution(String CertificateAttribution)
Set 证书归属。self-表示使用该账号自身的证书,others-表示引用其他账号的证书,默认取值self。- Parameters:
CertificateAttribution
- 证书归属。self-表示使用该账号自身的证书,others-表示引用其他账号的证书,默认取值self。
-
getQuoteUin
public String getQuoteUin()
Get 引用的其他主账号ID,当CertificateAttribution 为others时必填。- Returns:
- QuoteUin 引用的其他主账号ID,当CertificateAttribution 为others时必填。
-
setQuoteUin
public void setQuoteUin(String QuoteUin)
Set 引用的其他主账号ID,当CertificateAttribution 为others时必填。- Parameters:
QuoteUin
- 引用的其他主账号ID,当CertificateAttribution 为others时必填。
-
-