7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/CustomerProfilesRequest.h>
10#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
15namespace CustomerProfiles {
38 template <
typename DomainNameT = Aws::String>
40 m_domainNameHasBeenSet =
true;
41 m_domainName = std::forward<DomainNameT>(value);
43 template <
typename DomainNameT = Aws::String>
57 template <
typename UriT = Aws::String>
59 m_uriHasBeenSet =
true;
60 m_uri = std::forward<UriT>(value);
62 template <
typename UriT = Aws::String>
64 SetUri(std::forward<UriT>(value));
75 template <
typename EventStreamNameT = Aws::String>
77 m_eventStreamNameHasBeenSet =
true;
78 m_eventStreamName = std::forward<EventStreamNameT>(value);
80 template <
typename EventStreamNameT = Aws::String>
93 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
95 m_tagsHasBeenSet =
true;
96 m_tags = std::forward<TagsT>(value);
98 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
100 SetTags(std::forward<TagsT>(value));
103 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
105 m_tagsHasBeenSet =
true;
106 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
118 bool m_domainNameHasBeenSet =
false;
119 bool m_uriHasBeenSet =
false;
120 bool m_eventStreamNameHasBeenSet =
false;
121 bool m_tagsHasBeenSet =
false;
bool TagsHasBeenSet() const
CreateEventStreamRequest & WithDomainName(DomainNameT &&value)
CreateEventStreamRequest & WithUri(UriT &&value)
void SetEventStreamName(EventStreamNameT &&value)
virtual const char * GetServiceRequestName() const override
CreateEventStreamRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetUri() const
const Aws::String & GetEventStreamName() const
bool DomainNameHasBeenSet() const
CreateEventStreamRequest & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetDomainName(DomainNameT &&value)
void SetUri(UriT &&value)
bool UriHasBeenSet() const
void SetTags(TagsT &&value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
AWS_CUSTOMERPROFILES_API CreateEventStreamRequest()=default
bool EventStreamNameHasBeenSet() const
const Aws::String & GetDomainName() const
CreateEventStreamRequest & WithEventStreamName(EventStreamNameT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String