7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eventbridge/EventBridge_EXPORTS.h>
10#include <aws/eventbridge/model/DeadLetterConfig.h>
11#include <aws/eventbridge/model/LogConfig.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace EventBridge {
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
54 template <
typename NameT = Aws::String>
56 m_nameHasBeenSet =
true;
57 m_name = std::forward<NameT>(value);
59 template <
typename NameT = Aws::String>
61 SetName(std::forward<NameT>(value));
75 template <
typename KmsKeyIdentifierT = Aws::String>
77 m_kmsKeyIdentifierHasBeenSet =
true;
78 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
80 template <
typename KmsKeyIdentifierT = Aws::String>
92 template <
typename DescriptionT = Aws::String>
94 m_descriptionHasBeenSet =
true;
95 m_description = std::forward<DescriptionT>(value);
97 template <
typename DescriptionT = Aws::String>
107 template <
typename DeadLetterConfigT = DeadLetterConfig>
109 m_deadLetterConfigHasBeenSet =
true;
110 m_deadLetterConfig = std::forward<DeadLetterConfigT>(value);
112 template <
typename DeadLetterConfigT = DeadLetterConfig>
127 template <
typename LogConfigT = LogConfig>
129 m_logConfigHasBeenSet =
true;
130 m_logConfig = std::forward<LogConfigT>(value);
132 template <
typename LogConfigT = LogConfig>
142 template <
typename RequestIdT = Aws::String>
144 m_requestIdHasBeenSet =
true;
145 m_requestId = std::forward<RequestIdT>(value);
147 template <
typename RequestIdT = Aws::String>
170 bool m_arnHasBeenSet =
false;
171 bool m_nameHasBeenSet =
false;
172 bool m_kmsKeyIdentifierHasBeenSet =
false;
173 bool m_descriptionHasBeenSet =
false;
174 bool m_deadLetterConfigHasBeenSet =
false;
175 bool m_logConfigHasBeenSet =
false;
176 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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