public class DescribeAuditResponse extends AbstractModel
Constructor and Description |
---|
DescribeAuditResponse() |
DescribeAuditResponse(DescribeAuditResponse 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 |
getAuditName()
Get Tracking set name.
|
Long |
getAuditStatus()
Get Tracking set status.
|
String |
getCmqQueueName()
Get Queue name.
|
String |
getCmqRegion()
Get Queue region.
|
String |
getCosBucketName()
Get COS bucket name.
|
String |
getCosRegion()
Get COS bucket region.
|
Long |
getIsEnableCmqNotify()
Get Whether to enable CMQ message notification.
|
Long |
getIsEnableKmsEncry()
Get Whether to enable KMS encryption.
|
String |
getKeyId()
Get Globally unique CMK ID.
|
String |
getKmsAlias()
Get CMK alias.
|
String |
getKmsRegion()
Get KMS region.
|
String |
getLogFilePrefix()
Get Log prefix.
|
Long |
getReadWriteAttribute()
Get Manages the read/write attribute of event.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setAuditName(String AuditName)
Set Tracking set name.
|
void |
setAuditStatus(Long AuditStatus)
Set Tracking set status.
|
void |
setCmqQueueName(String CmqQueueName)
Set Queue name.
|
void |
setCmqRegion(String CmqRegion)
Set Queue region.
|
void |
setCosBucketName(String CosBucketName)
Set COS bucket name.
|
void |
setCosRegion(String CosRegion)
Set COS bucket region.
|
void |
setIsEnableCmqNotify(Long IsEnableCmqNotify)
Set Whether to enable CMQ message notification.
|
void |
setIsEnableKmsEncry(Long IsEnableKmsEncry)
Set Whether to enable KMS encryption.
|
void |
setKeyId(String KeyId)
Set Globally unique CMK ID.
|
void |
setKmsAlias(String KmsAlias)
Set CMK alias.
|
void |
setKmsRegion(String KmsRegion)
Set KMS region.
|
void |
setLogFilePrefix(String LogFilePrefix)
Set Log prefix.
|
void |
setReadWriteAttribute(Long ReadWriteAttribute)
Set Manages the read/write attribute of event.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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 DescribeAuditResponse()
public DescribeAuditResponse(DescribeAuditResponse source)
public Long getIsEnableCmqNotify()
public void setIsEnableCmqNotify(Long IsEnableCmqNotify)
IsEnableCmqNotify
- Whether to enable CMQ message notification. 1: Yes; 0: No.public Long getReadWriteAttribute()
public void setReadWriteAttribute(Long ReadWriteAttribute)
ReadWriteAttribute
- Manages the read/write attribute of event. Valid values: 1 (read-only), 2 (write-only), 3 (read/write)public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- Globally unique CMK ID.public Long getAuditStatus()
public void setAuditStatus(Long AuditStatus)
AuditStatus
- Tracking set status. 1: enabled, 0: disabled.public String getAuditName()
public void setAuditName(String AuditName)
AuditName
- Tracking set name.public String getCosRegion()
public void setCosRegion(String CosRegion)
CosRegion
- COS bucket region.public String getCmqQueueName()
public void setCmqQueueName(String CmqQueueName)
CmqQueueName
- Queue name.public String getKmsAlias()
public void setKmsAlias(String KmsAlias)
KmsAlias
- CMK alias.public String getKmsRegion()
public void setKmsRegion(String KmsRegion)
KmsRegion
- KMS region.public Long getIsEnableKmsEncry()
public void setIsEnableKmsEncry(Long IsEnableKmsEncry)
IsEnableKmsEncry
- Whether to enable KMS encryption. 1: Yes, 0: No. If KMS encryption is enabled, the data will be encrypted when it is delivered to COS.public String getCosBucketName()
public void setCosBucketName(String CosBucketName)
CosBucketName
- COS bucket name.public String getCmqRegion()
public void setCmqRegion(String CmqRegion)
CmqRegion
- Queue region.public String getLogFilePrefix()
public void setLogFilePrefix(String LogFilePrefix)
LogFilePrefix
- Log prefix.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.