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
53 inline void SetDomainName(
const char* value) { m_domainNameHasBeenSet =
true; m_domainName.assign(value); }
67 inline void SetEventStreamName(
const char* value) { m_eventStreamNameHasBeenSet =
true; m_eventStreamName.assign(value); }
81 inline void SetEventStreamArn(
const char* value) { m_eventStreamArnHasBeenSet =
true; m_eventStreamArn.assign(value); }
140 inline EventStreamSummary&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
145 bool m_domainNameHasBeenSet =
false;
148 bool m_eventStreamNameHasBeenSet =
false;
151 bool m_eventStreamArnHasBeenSet =
false;
154 bool m_stateHasBeenSet =
false;
157 bool m_stoppedSinceHasBeenSet =
false;
160 bool m_destinationSummaryHasBeenSet =
false;
163 bool m_tagsHasBeenSet =
false;
void SetEventStreamArn(const char *value)
void SetState(EventStreamState &&value)
const Aws::String & GetDomainName() const
void SetEventStreamArn(Aws::String &&value)
void SetEventStreamName(const char *value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TagsHasBeenSet() const
void SetDestinationSummary(const DestinationSummary &value)
void SetEventStreamName(const Aws::String &value)
const Aws::String & GetEventStreamName() const
void SetEventStreamArn(const Aws::String &value)
AWS_CUSTOMERPROFILES_API EventStreamSummary()
void SetDomainName(const Aws::String &value)
EventStreamSummary & WithDomainName(const char *value)
const Aws::String & GetEventStreamArn() const
bool StateHasBeenSet() const
EventStreamSummary & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
EventStreamSummary & WithDomainName(const Aws::String &value)
EventStreamSummary & AddTags(const Aws::String &key, const Aws::String &value)
EventStreamSummary & AddTags(const Aws::String &key, Aws::String &&value)
void SetDomainName(const char *value)
bool DestinationSummaryHasBeenSet() const
EventStreamSummary & WithDestinationSummary(const DestinationSummary &value)
EventStreamSummary & AddTags(Aws::String &&key, Aws::String &&value)
EventStreamSummary & WithEventStreamArn(const Aws::String &value)
bool StoppedSinceHasBeenSet() const
void SetStoppedSince(Aws::Utils::DateTime &&value)
EventStreamSummary & AddTags(const char *key, Aws::String &&value)
bool DomainNameHasBeenSet() const
EventStreamSummary & WithStoppedSince(Aws::Utils::DateTime &&value)
EventStreamSummary & WithEventStreamArn(const char *value)
bool EventStreamNameHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
EventStreamSummary & WithDomainName(Aws::String &&value)
EventStreamSummary & AddTags(Aws::String &&key, const Aws::String &value)
void SetEventStreamName(Aws::String &&value)
EventStreamSummary & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
EventStreamSummary & WithState(const EventStreamState &value)
EventStreamSummary & WithEventStreamName(const Aws::String &value)
EventStreamSummary & AddTags(Aws::String &&key, const char *value)
EventStreamSummary & AddTags(const char *key, const char *value)
void SetDomainName(Aws::String &&value)
EventStreamSummary & WithEventStreamName(const char *value)
EventStreamSummary & WithStoppedSince(const Aws::Utils::DateTime &value)
AWS_CUSTOMERPROFILES_API EventStreamSummary(Aws::Utils::Json::JsonView jsonValue)
const EventStreamState & GetState() const
EventStreamSummary & WithEventStreamName(Aws::String &&value)
EventStreamSummary & WithDestinationSummary(DestinationSummary &&value)
AWS_CUSTOMERPROFILES_API EventStreamSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
bool EventStreamArnHasBeenSet() const
void SetState(const EventStreamState &value)
void SetStoppedSince(const Aws::Utils::DateTime &value)
EventStreamSummary & WithEventStreamArn(Aws::String &&value)
EventStreamSummary & WithState(EventStreamState &&value)
void SetDestinationSummary(DestinationSummary &&value)
const DestinationSummary & GetDestinationSummary() const
const Aws::Utils::DateTime & GetStoppedSince() const
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