7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eventbridge/EventBridge_EXPORTS.h>
9#include <aws/eventbridge/model/DeadLetterConfig.h>
10#include <aws/eventbridge/model/LogConfig.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace EventBridge {
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename NameT = Aws::String>
55 m_nameHasBeenSet =
true;
56 m_name = std::forward<NameT>(value);
58 template <
typename NameT = Aws::String>
60 SetName(std::forward<NameT>(value));
74 template <
typename KmsKeyIdentifierT = Aws::String>
76 m_kmsKeyIdentifierHasBeenSet =
true;
77 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
79 template <
typename KmsKeyIdentifierT = Aws::String>
91 template <
typename DescriptionT = Aws::String>
93 m_descriptionHasBeenSet =
true;
94 m_description = std::forward<DescriptionT>(value);
96 template <
typename DescriptionT = Aws::String>
106 template <
typename DeadLetterConfigT = DeadLetterConfig>
108 m_deadLetterConfigHasBeenSet =
true;
109 m_deadLetterConfig = std::forward<DeadLetterConfigT>(value);
111 template <
typename DeadLetterConfigT = DeadLetterConfig>
126 template <
typename LogConfigT = LogConfig>
128 m_logConfigHasBeenSet =
true;
129 m_logConfig = std::forward<LogConfigT>(value);
131 template <
typename LogConfigT = LogConfig>
141 template <
typename RequestIdT = Aws::String>
143 m_requestIdHasBeenSet =
true;
144 m_requestId = std::forward<RequestIdT>(value);
146 template <
typename RequestIdT = Aws::String>
166 bool m_arnHasBeenSet =
false;
167 bool m_nameHasBeenSet =
false;
168 bool m_kmsKeyIdentifierHasBeenSet =
false;
169 bool m_descriptionHasBeenSet =
false;
170 bool m_deadLetterConfigHasBeenSet =
false;
171 bool m_logConfigHasBeenSet =
false;
172 bool m_requestIdHasBeenSet =
false;
UpdateEventBusResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
void SetDescription(DescriptionT &&value)
UpdateEventBusResult & WithName(NameT &&value)
UpdateEventBusResult & WithDeadLetterConfig(DeadLetterConfigT &&value)
const Aws::String & GetName() const
AWS_EVENTBRIDGE_API UpdateEventBusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetArn() const
void SetLogConfig(LogConfigT &&value)
void SetDeadLetterConfig(DeadLetterConfigT &&value)
AWS_EVENTBRIDGE_API UpdateEventBusResult()=default
void SetArn(ArnT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetDescription() const
UpdateEventBusResult & WithArn(ArnT &&value)
const DeadLetterConfig & GetDeadLetterConfig() const
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
const Aws::String & GetKmsKeyIdentifier() const
UpdateEventBusResult & WithDescription(DescriptionT &&value)
void SetName(NameT &&value)
UpdateEventBusResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
UpdateEventBusResult & WithLogConfig(LogConfigT &&value)
AWS_EVENTBRIDGE_API UpdateEventBusResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const LogConfig & GetLogConfig() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue