7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/CustomerProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
15namespace CustomerProfiles
42 template<
typename DomainNameT = Aws::String>
43 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
44 template<
typename DomainNameT = Aws::String>
55 template<
typename UriT = Aws::String>
56 void SetUri(UriT&& value) { m_uriHasBeenSet =
true; m_uri = std::forward<UriT>(value); }
57 template<
typename UriT = Aws::String>
67 template<
typename EventStreamNameT = Aws::String>
68 void SetEventStreamName(EventStreamNameT&& value) { m_eventStreamNameHasBeenSet =
true; m_eventStreamName = std::forward<EventStreamNameT>(value); }
69 template<
typename EventStreamNameT = Aws::String>
79 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
80 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
81 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
83 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
85 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
91 bool m_domainNameHasBeenSet =
false;
94 bool m_uriHasBeenSet =
false;
97 bool m_eventStreamNameHasBeenSet =
false;
100 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