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 EventBusArnT = Aws::String>
38 m_eventBusArnHasBeenSet =
true;
39 m_eventBusArn = std::forward<EventBusArnT>(value);
41 template <
typename EventBusArnT = Aws::String>
53 template <
typename DescriptionT = Aws::String>
55 m_descriptionHasBeenSet =
true;
56 m_description = std::forward<DescriptionT>(value);
58 template <
typename DescriptionT = Aws::String>
74 template <
typename KmsKeyIdentifierT = Aws::String>
76 m_kmsKeyIdentifierHasBeenSet =
true;
77 m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value);
79 template <
typename KmsKeyIdentifierT = Aws::String>
89 template <
typename DeadLetterConfigT = DeadLetterConfig>
91 m_deadLetterConfigHasBeenSet =
true;
92 m_deadLetterConfig = std::forward<DeadLetterConfigT>(value);
94 template <
typename DeadLetterConfigT = DeadLetterConfig>
109 template <
typename LogConfigT = LogConfig>
111 m_logConfigHasBeenSet =
true;
112 m_logConfig = std::forward<LogConfigT>(value);
114 template <
typename LogConfigT = LogConfig>
124 template <
typename RequestIdT = Aws::String>
126 m_requestIdHasBeenSet =
true;
127 m_requestId = std::forward<RequestIdT>(value);
129 template <
typename RequestIdT = Aws::String>
147 bool m_eventBusArnHasBeenSet =
false;
148 bool m_descriptionHasBeenSet =
false;
149 bool m_kmsKeyIdentifierHasBeenSet =
false;
150 bool m_deadLetterConfigHasBeenSet =
false;
151 bool m_logConfigHasBeenSet =
false;
152 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)
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