7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/customer-profiles/model/EventStreamState.h>
11#include <aws/customer-profiles/model/EventStreamDestinationDetails.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
27namespace CustomerProfiles
46 inline void SetDomainName(
const char* value) { m_domainName.assign(value); }
133 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetEventStreamResult & WithEventStreamArn(Aws::String &&value)
void SetEventStreamArn(const char *value)
GetEventStreamResult & WithStoppedSince(const Aws::Utils::DateTime &value)
void SetRequestId(const char *value)
void SetDomainName(Aws::String &&value)
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetState(EventStreamState &&value)
GetEventStreamResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
void SetStoppedSince(Aws::Utils::DateTime &&value)
GetEventStreamResult & WithRequestId(const char *value)
GetEventStreamResult & WithEventStreamArn(const char *value)
void SetDestinationDetails(const EventStreamDestinationDetails &value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_CUSTOMERPROFILES_API GetEventStreamResult()
GetEventStreamResult & AddTags(const char *key, const char *value)
AWS_CUSTOMERPROFILES_API GetEventStreamResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetDomainName() const
void SetDomainName(const Aws::String &value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
GetEventStreamResult & AddTags(Aws::String &&key, Aws::String &&value)
GetEventStreamResult & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetState(const EventStreamState &value)
void SetDomainName(const char *value)
GetEventStreamResult & WithRequestId(Aws::String &&value)
void SetRequestId(Aws::String &&value)
GetEventStreamResult & WithDomainName(const char *value)
GetEventStreamResult & WithDestinationDetails(const EventStreamDestinationDetails &value)
GetEventStreamResult & WithDestinationDetails(EventStreamDestinationDetails &&value)
const Aws::String & GetRequestId() const
const EventStreamState & GetState() const
GetEventStreamResult & WithDomainName(const Aws::String &value)
GetEventStreamResult & WithEventStreamArn(const Aws::String &value)
GetEventStreamResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
GetEventStreamResult & WithState(const EventStreamState &value)
void SetEventStreamArn(const Aws::String &value)
GetEventStreamResult & AddTags(const Aws::String &key, Aws::String &&value)
void SetStoppedSince(const Aws::Utils::DateTime &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
AWS_CUSTOMERPROFILES_API GetEventStreamResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetEventStreamResult & AddTags(const Aws::String &key, const Aws::String &value)
GetEventStreamResult & AddTags(Aws::String &&key, const char *value)
GetEventStreamResult & WithRequestId(const Aws::String &value)
GetEventStreamResult & WithDomainName(Aws::String &&value)
GetEventStreamResult & AddTags(Aws::String &&key, const Aws::String &value)
GetEventStreamResult & WithStoppedSince(Aws::Utils::DateTime &&value)
const Aws::String & GetEventStreamArn() const
const Aws::Utils::DateTime & GetStoppedSince() const
void SetEventStreamArn(Aws::String &&value)
void SetDestinationDetails(EventStreamDestinationDetails &&value)
GetEventStreamResult & WithState(EventStreamState &&value)
const EventStreamDestinationDetails & GetDestinationDetails() const
void SetCreatedAt(Aws::Utils::DateTime &&value)
GetEventStreamResult & AddTags(const char *key, Aws::String &&value)
GetEventStreamResult & WithCreatedAt(Aws::Utils::DateTime &&value)
void SetRequestId(const Aws::String &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