7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eventbridge/model/DeadLetterConfig.h>
10#include <aws/eventbridge/model/LogConfig.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename EventBusArnT = Aws::String>
43 void SetEventBusArn(EventBusArnT&& value) { m_eventBusArnHasBeenSet =
true; m_eventBusArn = std::forward<EventBusArnT>(value); }
44 template<
typename EventBusArnT = Aws::String>
53 template<
typename DescriptionT = Aws::String>
54 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
55 template<
typename DescriptionT = Aws::String>
68 template<
typename KmsKeyIdentifierT = Aws::String>
69 void SetKmsKeyIdentifier(KmsKeyIdentifierT&& value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier = std::forward<KmsKeyIdentifierT>(value); }
70 template<
typename KmsKeyIdentifierT = Aws::String>
77 template<
typename DeadLetterConfigT = DeadLetterConfig>
78 void SetDeadLetterConfig(DeadLetterConfigT&& value) { m_deadLetterConfigHasBeenSet =
true; m_deadLetterConfig = std::forward<DeadLetterConfigT>(value); }
79 template<
typename DeadLetterConfigT = DeadLetterConfig>
91 template<
typename LogConfigT = LogConfig>
92 void SetLogConfig(LogConfigT&& value) { m_logConfigHasBeenSet =
true; m_logConfig = std::forward<LogConfigT>(value); }
93 template<
typename LogConfigT = LogConfig>
100 template<
typename RequestIdT = Aws::String>
101 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
102 template<
typename RequestIdT = Aws::String>
108 bool m_eventBusArnHasBeenSet =
false;
111 bool m_descriptionHasBeenSet =
false;
114 bool m_kmsKeyIdentifierHasBeenSet =
false;
117 bool m_deadLetterConfigHasBeenSet =
false;
120 bool m_logConfigHasBeenSet =
false;
123 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