7#include <aws/eventbridge/EventBridge_EXPORTS.h>
8#include <aws/eventbridge/EventBridgeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/eventbridge/model/DeadLetterConfig.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/eventbridge/model/Tag.h>
54 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
69 inline void SetEventSourceName(
const char* value) { m_eventSourceNameHasBeenSet =
true; m_eventSourceName.assign(value); }
83 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
121 inline void SetKmsKeyIdentifier(
const char* value) { m_kmsKeyIdentifierHasBeenSet =
true; m_kmsKeyIdentifier.assign(value); }
153 bool m_nameHasBeenSet =
false;
156 bool m_eventSourceNameHasBeenSet =
false;
159 bool m_descriptionHasBeenSet =
false;
162 bool m_kmsKeyIdentifierHasBeenSet =
false;
165 bool m_deadLetterConfigHasBeenSet =
false;
168 bool m_tagsHasBeenSet =
false;
CreateEventBusRequest & AddTags(Tag &&value)
CreateEventBusRequest & WithTags(Aws::Vector< Tag > &&value)
bool EventSourceNameHasBeenSet() const
void SetName(Aws::String &&value)
void SetEventSourceName(const Aws::String &value)
CreateEventBusRequest & WithName(Aws::String &&value)
CreateEventBusRequest & WithKmsKeyIdentifier(Aws::String &&value)
bool KmsKeyIdentifierHasBeenSet() const
void SetDescription(Aws::String &&value)
void SetEventSourceName(Aws::String &&value)
void SetDescription(const Aws::String &value)
CreateEventBusRequest & AddTags(const Tag &value)
void SetKmsKeyIdentifier(Aws::String &&value)
CreateEventBusRequest & WithEventSourceName(const Aws::String &value)
void SetTags(Aws::Vector< Tag > &&value)
void SetName(const char *value)
bool DeadLetterConfigHasBeenSet() const
bool DescriptionHasBeenSet() const
const Aws::String & GetKmsKeyIdentifier() const
CreateEventBusRequest & WithDescription(const char *value)
AWS_EVENTBRIDGE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateEventBusRequest & WithDeadLetterConfig(DeadLetterConfig &&value)
void SetDeadLetterConfig(const DeadLetterConfig &value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetName() const
const Aws::String & GetDescription() const
void SetTags(const Aws::Vector< Tag > &value)
bool NameHasBeenSet() const
CreateEventBusRequest & WithName(const char *value)
CreateEventBusRequest & WithTags(const Aws::Vector< Tag > &value)
AWS_EVENTBRIDGE_API CreateEventBusRequest()
void SetName(const Aws::String &value)
const Aws::Vector< Tag > & GetTags() const
CreateEventBusRequest & WithName(const Aws::String &value)
AWS_EVENTBRIDGE_API Aws::String SerializePayload() const override
CreateEventBusRequest & WithDescription(Aws::String &&value)
CreateEventBusRequest & WithKmsKeyIdentifier(const Aws::String &value)
void SetKmsKeyIdentifier(const Aws::String &value)
void SetDescription(const char *value)
CreateEventBusRequest & WithEventSourceName(const char *value)
void SetEventSourceName(const char *value)
void SetDeadLetterConfig(DeadLetterConfig &&value)
CreateEventBusRequest & WithEventSourceName(Aws::String &&value)
void SetKmsKeyIdentifier(const char *value)
const DeadLetterConfig & GetDeadLetterConfig() const
const Aws::String & GetEventSourceName() const
CreateEventBusRequest & WithKmsKeyIdentifier(const char *value)
bool TagsHasBeenSet() const
CreateEventBusRequest & WithDeadLetterConfig(const DeadLetterConfig &value)
CreateEventBusRequest & WithDescription(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector