public class DescribeAuditResponse extends AbstractModel
Constructor and Description |
---|
DescribeAuditResponse() |
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 Unique ID of 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 Unique ID of 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 String getAuditName()
public void setAuditName(String AuditName)
AuditName
- Tracking set name.public Long getAuditStatus()
public void setAuditStatus(Long AuditStatus)
AuditStatus
- Tracking set status. Valid values: 1: enabled, 0: disabled.public String getCmqQueueName()
public void setCmqQueueName(String CmqQueueName)
CmqQueueName
- Queue name.public String getCmqRegion()
public void setCmqRegion(String CmqRegion)
CmqRegion
- Queue region.public String getCosBucketName()
public void setCosBucketName(String CosBucketName)
CosBucketName
- COS bucket name.public String getCosRegion()
public void setCosRegion(String CosRegion)
CosRegion
- COS bucket region.public Long getIsEnableCmqNotify()
public void setIsEnableCmqNotify(Long IsEnableCmqNotify)
IsEnableCmqNotify
- Whether to enable CMQ message notification. Valid values: 1: yes; 0: no.public Long getIsEnableKmsEncry()
public void setIsEnableKmsEncry(Long IsEnableKmsEncry)
IsEnableKmsEncry
- Whether to enable KMS encryption. Valid values: 1: yes, 0: no. If KMS encryption is enabled, the data will be encrypted when delivered to COS.public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- Globally unique CMK ID.public String getKmsAlias()
public void setKmsAlias(String KmsAlias)
KmsAlias
- CMK alias.public String getKmsRegion()
public void setKmsRegion(String KmsRegion)
KmsRegion
- KMS region.public String getLogFilePrefix()
public void setLogFilePrefix(String LogFilePrefix)
LogFilePrefix
- Log prefix.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 getRequestId()
public void setRequestId(String RequestId)
RequestId
- Unique ID of request. Each request returns a unique ID. The `RequestId` is required for troubleshooting.Copyright © 2020. All rights reserved.