public class UpdateEventBusRequest extends AbstractModel
Constructor and Description |
---|
UpdateEventBusRequest() |
UpdateEventBusRequest(UpdateEventBusRequest 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 |
getDescription()
Get Event bus description, which can contain up to 200 characters of any type.
|
Boolean |
getEnableStore()
Get Whether to enable log retention
|
String |
getEventBusId()
Get Event bus ID
|
String |
getEventBusName()
Get Event bus name: it can contain 2-60 letters, digits, underscores, and hyphens and must start with a letter and end with a digit or letter.
|
String |
getLogTopicId()
Get EventBridge log topic ID
|
Long |
getSaveDays()
Get Log retention period
|
void |
setDescription(String Description)
Set Event bus description, which can contain up to 200 characters of any type.
|
void |
setEnableStore(Boolean EnableStore)
Set Whether to enable log retention
|
void |
setEventBusId(String EventBusId)
Set Event bus ID
|
void |
setEventBusName(String EventBusName)
Set Event bus name: it can contain 2-60 letters, digits, underscores, and hyphens and must start with a letter and end with a digit or letter.
|
void |
setLogTopicId(String LogTopicId)
Set EventBridge log topic ID
|
void |
setSaveDays(Long SaveDays)
Set Log retention period
|
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 UpdateEventBusRequest()
public UpdateEventBusRequest(UpdateEventBusRequest source)
public String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId
- Event bus IDpublic String getDescription()
public void setDescription(String Description)
Description
- Event bus description, which can contain up to 200 characters of any type.public String getEventBusName()
public void setEventBusName(String EventBusName)
EventBusName
- Event bus name: it can contain 2-60 letters, digits, underscores, and hyphens and must start with a letter and end with a digit or letter.public Long getSaveDays()
public void setSaveDays(Long SaveDays)
SaveDays
- Log retention periodpublic String getLogTopicId()
public void setLogTopicId(String LogTopicId)
LogTopicId
- EventBridge log topic IDpublic Boolean getEnableStore()
public void setEnableStore(Boolean EnableStore)
EnableStore
- Whether to enable log retentionCopyright © 2023. All rights reserved.