7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/model/EventStreamState.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/customer-profiles/model/DestinationSummary.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
25namespace CustomerProfiles
51 template<
typename DomainNameT = Aws::String>
52 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
53 template<
typename DomainNameT = Aws::String>
63 template<
typename EventStreamNameT = Aws::String>
64 void SetEventStreamName(EventStreamNameT&& value) { m_eventStreamNameHasBeenSet =
true; m_eventStreamName = std::forward<EventStreamNameT>(value); }
65 template<
typename EventStreamNameT = Aws::String>
75 template<
typename EventStreamArnT = Aws::String>
76 void SetEventStreamArn(EventStreamArnT&& value) { m_eventStreamArnHasBeenSet =
true; m_eventStreamArn = std::forward<EventStreamArnT>(value); }
77 template<
typename EventStreamArnT = Aws::String>
98 template<
typename StoppedSinceT = Aws::Utils::DateTime>
99 void SetStoppedSince(StoppedSinceT&& value) { m_stoppedSinceHasBeenSet =
true; m_stoppedSince = std::forward<StoppedSinceT>(value); }
100 template<
typename StoppedSinceT = Aws::Utils::DateTime>
110 template<
typename DestinationSummaryT = DestinationSummary>
111 void SetDestinationSummary(DestinationSummaryT&& value) { m_destinationSummaryHasBeenSet =
true; m_destinationSummary = std::forward<DestinationSummaryT>(value); }
112 template<
typename DestinationSummaryT = DestinationSummary>
122 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
123 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
124 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
126 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
128 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
134 bool m_domainNameHasBeenSet =
false;
137 bool m_eventStreamNameHasBeenSet =
false;
140 bool m_eventStreamArnHasBeenSet =
false;
143 bool m_stateHasBeenSet =
false;
146 bool m_stoppedSinceHasBeenSet =
false;
148 DestinationSummary m_destinationSummary;
149 bool m_destinationSummaryHasBeenSet =
false;
152 bool m_tagsHasBeenSet =
false;
EventStreamSummary & WithDomainName(DomainNameT &&value)
const Aws::String & GetDomainName() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
EventStreamSummary & WithEventStreamArn(EventStreamArnT &&value)
bool TagsHasBeenSet() const
void SetDomainName(DomainNameT &&value)
const Aws::String & GetEventStreamName() const
void SetEventStreamArn(EventStreamArnT &&value)
EventStreamSummary & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetEventStreamArn() const
bool StateHasBeenSet() const
AWS_CUSTOMERPROFILES_API EventStreamSummary()=default
bool DestinationSummaryHasBeenSet() const
bool StoppedSinceHasBeenSet() const
bool DomainNameHasBeenSet() const
EventStreamSummary & WithState(EventStreamState value)
bool EventStreamNameHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
EventStreamSummary & WithStoppedSince(StoppedSinceT &&value)
void SetStoppedSince(StoppedSinceT &&value)
void SetTags(TagsT &&value)
EventStreamSummary & WithEventStreamName(EventStreamNameT &&value)
AWS_CUSTOMERPROFILES_API EventStreamSummary(Aws::Utils::Json::JsonView jsonValue)
EventStreamSummary & WithTags(TagsT &&value)
AWS_CUSTOMERPROFILES_API EventStreamSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EventStreamArnHasBeenSet() const
void SetDestinationSummary(DestinationSummaryT &&value)
const DestinationSummary & GetDestinationSummary() const
EventStreamSummary & WithDestinationSummary(DestinationSummaryT &&value)
EventStreamState GetState() const
const Aws::Utils::DateTime & GetStoppedSince() const
void SetState(EventStreamState value)
void SetEventStreamName(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
Aws::Utils::Json::JsonValue JsonValue