7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/eventbridge/EventBridgeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/eventbridge/model/DeadLetterConfig.h>
11#include <aws/eventbridge/model/LogConfig.h>
45 template<
typename NameT = Aws::String>
46 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
47 template<
typename NameT = Aws::String>
82 template<
typename KmsKeyIdentifierT = Aws::String>
83 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
84 template<
typename KmsKeyIdentifierT = Aws::String>
94 template<
typename DescriptionT = Aws::String>
95 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
96 template<
typename DescriptionT = Aws::String>
104 template<
typename DeadLetterConfigT = DeadLetterConfig>
105 void SetDeadLetterConfig(DeadLetterConfigT&& value) { m_deadLetterConfigHasBeenSet =
true; m_deadLetterConfig = std::forward<DeadLetterConfigT>(value); }
106 template<
typename DeadLetterConfigT = DeadLetterConfig>
119 template<
typename LogConfigT = LogConfig>
120 void SetLogConfig(LogConfigT&& value) { m_logConfigHasBeenSet =
true; m_logConfig = std::forward<LogConfigT>(value); }
121 template<
typename LogConfigT = LogConfig>
127 bool m_nameHasBeenSet =
false;
130 bool m_kmsKeyIdentifierHasBeenSet =
false;
133 bool m_descriptionHasBeenSet =
false;
136 bool m_deadLetterConfigHasBeenSet =
false;
139 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