7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eventbridge/EventBridgeRequest.h>
9#include <aws/eventbridge/EventBridge_EXPORTS.h>
10#include <aws/eventbridge/model/DeadLetterConfig.h>
11#include <aws/eventbridge/model/LogConfig.h>
16namespace EventBridge {
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
84 template <
typename KmsKeyIdentifierT = Aws::String>
86 m_kmsKeyIdentifierHasBeenSet =
true;
87 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
89 template <
typename KmsKeyIdentifierT = Aws::String>
102 template <
typename DescriptionT = Aws::String>
104 m_descriptionHasBeenSet =
true;
105 m_description = std::forward<DescriptionT>(value);
107 template <
typename DescriptionT = Aws::String>
118 template <
typename DeadLetterConfigT = DeadLetterConfig>
120 m_deadLetterConfigHasBeenSet =
true;
121 m_deadLetterConfig = std::forward<DeadLetterConfigT>(value);
123 template <
typename DeadLetterConfigT = DeadLetterConfig>
139 template <
typename LogConfigT = LogConfig>
141 m_logConfigHasBeenSet =
true;
142 m_logConfig = std::forward<LogConfigT>(value);
144 template <
typename LogConfigT = LogConfig>
160 bool m_nameHasBeenSet =
false;
161 bool m_kmsKeyIdentifierHasBeenSet =
false;
162 bool m_descriptionHasBeenSet =
false;
163 bool m_deadLetterConfigHasBeenSet =
false;
164 bool m_logConfigHasBeenSet =
false;
const Aws::String & GetDescription() const
bool DeadLetterConfigHasBeenSet() const
AWS_EVENTBRIDGE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetKmsKeyIdentifier() const
UpdateEventBusRequest & WithDeadLetterConfig(DeadLetterConfigT &&value)
bool NameHasBeenSet() const
bool LogConfigHasBeenSet() const
void SetName(NameT &&value)
AWS_EVENTBRIDGE_API UpdateEventBusRequest()=default
bool DescriptionHasBeenSet() const
UpdateEventBusRequest & WithDescription(DescriptionT &&value)
UpdateEventBusRequest & WithLogConfig(LogConfigT &&value)
virtual const char * GetServiceRequestName() const override
const DeadLetterConfig & GetDeadLetterConfig() const
const Aws::String & GetName() const
AWS_EVENTBRIDGE_API Aws::String SerializePayload() const override
void SetLogConfig(LogConfigT &&value)
UpdateEventBusRequest & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
bool KmsKeyIdentifierHasBeenSet() const
UpdateEventBusRequest & WithName(NameT &&value)
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
const LogConfig & GetLogConfig() const
void SetDescription(DescriptionT &&value)
void SetDeadLetterConfig(DeadLetterConfigT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String