public class UpdateAuditRequest extends AbstractModel
Constructor and Description |
---|
UpdateAuditRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAuditName()
Get Tracking set name
|
String |
getCmqQueueName()
Get Queue name, which must begin with a letter and can contain up to 64 letters, digits, and dashes (-).
|
String |
getCmqRegion()
Get Region where the queue is located.
|
String |
getCosBucketName()
Get User-defined COS bucket name, which can only contain 1-40 lowercase letters (a-z), digits (0-9), and dashes (-) and cannot begin or end with "-".
|
String |
getCosRegion()
Get COS region.
|
Long |
getIsCreateNewBucket()
Get Whether to create a COS bucket.
|
Long |
getIsCreateNewQueue()
Get Whether to create a queue.
|
Long |
getIsEnableCmqNotify()
Get Whether to enable CMQ message notification.
|
String |
getLogFilePrefix()
Get Prefix of a log file, which can only contain 3-40 ASCII letters (a-z; A-Z) and digits (0-9).
|
Long |
getReadWriteAttribute()
Get Manages the read/write attribute of an event.
|
void |
setAuditName(String AuditName)
Set Tracking set name
|
void |
setCmqQueueName(String CmqQueueName)
Set Queue name, which must begin with a letter and can contain up to 64 letters, digits, and dashes (-).
|
void |
setCmqRegion(String CmqRegion)
Set Region where the queue is located.
|
void |
setCosBucketName(String CosBucketName)
Set User-defined COS bucket name, which can only contain 1-40 lowercase letters (a-z), digits (0-9), and dashes (-) and cannot begin or end with "-".
|
void |
setCosRegion(String CosRegion)
Set COS region.
|
void |
setIsCreateNewBucket(Long IsCreateNewBucket)
Set Whether to create a COS bucket.
|
void |
setIsCreateNewQueue(Long IsCreateNewQueue)
Set Whether to create a queue.
|
void |
setIsEnableCmqNotify(Long IsEnableCmqNotify)
Set Whether to enable CMQ message notification.
|
void |
setLogFilePrefix(String LogFilePrefix)
Set Prefix of a log file, which can only contain 3-40 ASCII letters (a-z; A-Z) and digits (0-9).
|
void |
setReadWriteAttribute(Long ReadWriteAttribute)
Set Manages the read/write attribute of an event.
|
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 namepublic String getCmqQueueName()
public void setCmqQueueName(String CmqQueueName)
CmqQueueName
- Queue name, which must begin with a letter and can contain up to 64 letters, digits, and dashes (-). This field is required if the value of IsEnableCmqNotify is 1. If a queue is not newly created, CloudAudit will not verify whether it actually exists. Please enter the name with caution so as to avoid log delivery failure and consequent data loss.public String getCmqRegion()
public void setCmqRegion(String CmqRegion)
CmqRegion
- Region where the queue is located. Supported CMQ regions can be queried using the ListCmqEnableRegion API. This field is required if the value of IsEnableCmqNotify is 1.public String getCosBucketName()
public void setCosBucketName(String CosBucketName)
CosBucketName
- User-defined COS bucket name, which can only contain 1-40 lowercase letters (a-z), digits (0-9), and dashes (-) and cannot begin or end with "-". If a bucket is not newly created, CloudAudit will not verify whether it actually exists. Please enter the name with caution so as to avoid log delivery failure and consequent data loss.public String getCosRegion()
public void setCosRegion(String CosRegion)
CosRegion
- COS region. Supported regions can be queried using the ListCosEnableRegion API.public Long getIsCreateNewBucket()
public void setIsCreateNewBucket(Long IsCreateNewBucket)
IsCreateNewBucket
- Whether to create a COS bucket. 1: yes; 0: no.public Long getIsCreateNewQueue()
public void setIsCreateNewQueue(Long IsCreateNewQueue)
IsCreateNewQueue
- Whether to create a queue. 1: yes; 0: no. This field is required if the value of IsEnableCmqNotify is 1.public Long getIsEnableCmqNotify()
public void setIsEnableCmqNotify(Long IsEnableCmqNotify)
IsEnableCmqNotify
- Whether to enable CMQ message notification. 1: yes; 0: no. Only CMQ queue service is currently supported. If CMQ message notification is enabled, CloudAudit will deliver your log contents to the designated queue in the specified region in real time.public String getLogFilePrefix()
public void setLogFilePrefix(String LogFilePrefix)
LogFilePrefix
- Prefix of a log file, which can only contain 3-40 ASCII letters (a-z; A-Z) and digits (0-9).public Long getReadWriteAttribute()
public void setReadWriteAttribute(Long ReadWriteAttribute)
ReadWriteAttribute
- Manages the read/write attribute of an event. Value range: 1 (read-only), 2 (write-only), 3 (read/write).Copyright © 2020. All rights reserved.