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/EventStreamDestinationDetails.h>
12#include <aws/customer-profiles/model/EventStreamState.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace CustomerProfiles {
38 template <
typename DomainNameT = Aws::String>
40 m_domainNameHasBeenSet =
true;
41 m_domainName = std::forward<DomainNameT>(value);
43 template <
typename DomainNameT = Aws::String>
55 template <
typename EventStreamArnT = Aws::String>
57 m_eventStreamArnHasBeenSet =
true;
58 m_eventStreamArn = std::forward<EventStreamArnT>(value);
60 template <
typename EventStreamArnT = Aws::String>
72 template <
typename CreatedAtT = Aws::Utils::DateTime>
74 m_createdAtHasBeenSet =
true;
75 m_createdAt = std::forward<CreatedAtT>(value);
77 template <
typename CreatedAtT = Aws::Utils::DateTime>
90 m_stateHasBeenSet =
true;
105 template <
typename StoppedSinceT = Aws::Utils::DateTime>
107 m_stoppedSinceHasBeenSet =
true;
108 m_stoppedSince = std::forward<StoppedSinceT>(value);
110 template <
typename StoppedSinceT = Aws::Utils::DateTime>
122 template <
typename DestinationDetailsT = EventStreamDestinationDetails>
124 m_destinationDetailsHasBeenSet =
true;
125 m_destinationDetails = std::forward<DestinationDetailsT>(value);
127 template <
typename DestinationDetailsT = EventStreamDestinationDetails>
139 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
141 m_tagsHasBeenSet =
true;
142 m_tags = std::forward<TagsT>(value);
144 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
146 SetTags(std::forward<TagsT>(value));
149 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
151 m_tagsHasBeenSet =
true;
152 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
160 template <
typename RequestIdT = Aws::String>
162 m_requestIdHasBeenSet =
true;
163 m_requestId = std::forward<RequestIdT>(value);
165 template <
typename RequestIdT = Aws::String>
182 EventStreamDestinationDetails m_destinationDetails;
187 bool m_domainNameHasBeenSet =
false;
188 bool m_eventStreamArnHasBeenSet =
false;
189 bool m_createdAtHasBeenSet =
false;
190 bool m_stateHasBeenSet =
false;
191 bool m_stoppedSinceHasBeenSet =
false;
192 bool m_destinationDetailsHasBeenSet =
false;
193 bool m_tagsHasBeenSet =
false;
194 bool m_requestIdHasBeenSet =
false;
GetEventStreamResult & WithDomainName(DomainNameT &&value)
GetEventStreamResult & WithDestinationDetails(DestinationDetailsT &&value)
void SetEventStreamArn(EventStreamArnT &&value)
GetEventStreamResult & WithEventStreamArn(EventStreamArnT &&value)
GetEventStreamResult & WithState(EventStreamState value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_CUSTOMERPROFILES_API GetEventStreamResult()=default
AWS_CUSTOMERPROFILES_API GetEventStreamResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetEventStreamResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetDomainName() const
void SetDomainName(DomainNameT &&value)
const Aws::String & GetRequestId() const
void SetCreatedAt(CreatedAtT &&value)
void SetDestinationDetails(DestinationDetailsT &&value)
GetEventStreamResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetRequestId(RequestIdT &&value)
GetEventStreamResult & WithCreatedAt(CreatedAtT &&value)
GetEventStreamResult & WithTags(TagsT &&value)
AWS_CUSTOMERPROFILES_API GetEventStreamResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetTags(TagsT &&value)
void SetStoppedSince(StoppedSinceT &&value)
const Aws::String & GetEventStreamArn() const
const Aws::Utils::DateTime & GetStoppedSince() const
void SetState(EventStreamState value)
EventStreamState GetState() const
const EventStreamDestinationDetails & GetDestinationDetails() const
GetEventStreamResult & WithStoppedSince(StoppedSinceT &&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