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 EventBusArnT = Aws::String>
39 m_eventBusArnHasBeenSet =
true;
40 m_eventBusArn = std::forward<EventBusArnT>(value);
42 template <
typename EventBusArnT = Aws::String>
54 template <
typename DescriptionT = Aws::String>
56 m_descriptionHasBeenSet =
true;
57 m_description = std::forward<DescriptionT>(value);
59 template <
typename DescriptionT = Aws::String>
75 template <
typename KmsKeyIdentifierT = Aws::String>
77 m_kmsKeyIdentifierHasBeenSet =
true;
78 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
80 template <
typename KmsKeyIdentifierT = Aws::String>
90 template <
typename DeadLetterConfigT = DeadLetterConfig>
92 m_deadLetterConfigHasBeenSet =
true;
93 m_deadLetterConfig = std::forward<DeadLetterConfigT>(value);
95 template <
typename DeadLetterConfigT = DeadLetterConfig>
110 template <
typename LogConfigT = LogConfig>
112 m_logConfigHasBeenSet =
true;
113 m_logConfig = std::forward<LogConfigT>(value);
115 template <
typename LogConfigT = LogConfig>
125 template <
typename RequestIdT = Aws::String>
127 m_requestIdHasBeenSet =
true;
128 m_requestId = std::forward<RequestIdT>(value);
130 template <
typename RequestIdT = Aws::String>
151 bool m_eventBusArnHasBeenSet =
false;
152 bool m_descriptionHasBeenSet =
false;
153 bool m_kmsKeyIdentifierHasBeenSet =
false;
154 bool m_deadLetterConfigHasBeenSet =
false;
155 bool m_logConfigHasBeenSet =
false;
156 bool m_requestIdHasBeenSet =
false;
const LogConfig & GetLogConfig() const
AWS_EVENTBRIDGE_API CreateEventBusResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetDescription() const
CreateEventBusResult & WithEventBusArn(EventBusArnT &&value)
CreateEventBusResult & WithDescription(DescriptionT &&value)
void SetLogConfig(LogConfigT &&value)
void SetDeadLetterConfig(DeadLetterConfigT &&value)
const Aws::String & GetEventBusArn() const
AWS_EVENTBRIDGE_API CreateEventBusResult()=default
void SetDescription(DescriptionT &&value)
void SetEventBusArn(EventBusArnT &&value)
CreateEventBusResult & WithKmsKeyIdentifier(KmsKeyIdentifierT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const DeadLetterConfig & GetDeadLetterConfig() const
CreateEventBusResult & WithDeadLetterConfig(DeadLetterConfigT &&value)
CreateEventBusResult & WithLogConfig(LogConfigT &&value)
void SetKmsKeyIdentifier(KmsKeyIdentifierT &&value)
const Aws::String & GetKmsKeyIdentifier() const
CreateEventBusResult & WithRequestId(RequestIdT &&value)
AWS_EVENTBRIDGE_API CreateEventBusResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue