7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
11#include <aws/customer-profiles/model/DestinationSummary.h>
12#include <aws/customer-profiles/model/EventStreamState.h>
23namespace CustomerProfiles {
45 template <
typename DomainNameT = Aws::String>
47 m_domainNameHasBeenSet =
true;
48 m_domainName = std::forward<DomainNameT>(value);
50 template <
typename DomainNameT = Aws::String>
63 template <
typename EventStreamNameT = Aws::String>
65 m_eventStreamNameHasBeenSet =
true;
66 m_eventStreamName = std::forward<EventStreamNameT>(value);
68 template <
typename EventStreamNameT = Aws::String>
81 template <
typename EventStreamArnT = Aws::String>
83 m_eventStreamArnHasBeenSet =
true;
84 m_eventStreamArn = std::forward<EventStreamArnT>(value);
86 template <
typename EventStreamArnT = Aws::String>
100 m_stateHasBeenSet =
true;
116 template <
typename StoppedSinceT = Aws::Utils::DateTime>
118 m_stoppedSinceHasBeenSet =
true;
119 m_stoppedSince = std::forward<StoppedSinceT>(value);
121 template <
typename StoppedSinceT = Aws::Utils::DateTime>
134 template <
typename DestinationSummaryT = DestinationSummary>
136 m_destinationSummaryHasBeenSet =
true;
137 m_destinationSummary = std::forward<DestinationSummaryT>(value);
139 template <
typename DestinationSummaryT = DestinationSummary>
152 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
154 m_tagsHasBeenSet =
true;
155 m_tags = std::forward<TagsT>(value);
157 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
159 SetTags(std::forward<TagsT>(value));
162 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
164 m_tagsHasBeenSet =
true;
165 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
171 bool m_domainNameHasBeenSet =
false;
174 bool m_eventStreamNameHasBeenSet =
false;
177 bool m_eventStreamArnHasBeenSet =
false;
180 bool m_stateHasBeenSet =
false;
183 bool m_stoppedSinceHasBeenSet =
false;
185 DestinationSummary m_destinationSummary;
186 bool m_destinationSummaryHasBeenSet =
false;
189 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