7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
12#include <aws/customer-profiles/model/EventStreamDestinationDetails.h>
13#include <aws/customer-profiles/model/EventStreamState.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace CustomerProfiles {
39 template <
typename DomainNameT = Aws::String>
41 m_domainNameHasBeenSet =
true;
42 m_domainName = std::forward<DomainNameT>(value);
44 template <
typename DomainNameT = Aws::String>
56 template <
typename EventStreamArnT = Aws::String>
58 m_eventStreamArnHasBeenSet =
true;
59 m_eventStreamArn = std::forward<EventStreamArnT>(value);
61 template <
typename EventStreamArnT = Aws::String>
73 template <
typename CreatedAtT = Aws::Utils::DateTime>
75 m_createdAtHasBeenSet =
true;
76 m_createdAt = std::forward<CreatedAtT>(value);
78 template <
typename CreatedAtT = Aws::Utils::DateTime>
91 m_stateHasBeenSet =
true;
106 template <
typename StoppedSinceT = Aws::Utils::DateTime>
108 m_stoppedSinceHasBeenSet =
true;
109 m_stoppedSince = std::forward<StoppedSinceT>(value);
111 template <
typename StoppedSinceT = Aws::Utils::DateTime>
123 template <
typename DestinationDetailsT = EventStreamDestinationDetails>
125 m_destinationDetailsHasBeenSet =
true;
126 m_destinationDetails = std::forward<DestinationDetailsT>(value);
128 template <
typename DestinationDetailsT = EventStreamDestinationDetails>
140 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
142 m_tagsHasBeenSet =
true;
143 m_tags = std::forward<TagsT>(value);
145 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
147 SetTags(std::forward<TagsT>(value));
150 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
152 m_tagsHasBeenSet =
true;
153 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
161 template <
typename RequestIdT = Aws::String>
163 m_requestIdHasBeenSet =
true;
164 m_requestId = std::forward<RequestIdT>(value);
166 template <
typename RequestIdT = Aws::String>
185 EventStreamDestinationDetails m_destinationDetails;
191 bool m_domainNameHasBeenSet =
false;
192 bool m_eventStreamArnHasBeenSet =
false;
193 bool m_createdAtHasBeenSet =
false;
194 bool m_stateHasBeenSet =
false;
195 bool m_stoppedSinceHasBeenSet =
false;
196 bool m_destinationDetailsHasBeenSet =
false;
197 bool m_tagsHasBeenSet =
false;
198 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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