7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/CustomerProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CustomerProfiles
43 inline void SetDomainName(
const char* value) { m_domainNameHasBeenSet =
true; m_domainName.assign(value); }
57 inline void SetEventStreamName(
const char* value) { m_eventStreamNameHasBeenSet =
true; m_eventStreamName.assign(value); }
65 bool m_domainNameHasBeenSet =
false;
68 bool m_eventStreamNameHasBeenSet =
false;
void SetEventStreamName(const char *value)
void SetEventStreamName(const Aws::String &value)
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
void SetDomainName(const Aws::String &value)
AWS_CUSTOMERPROFILES_API DeleteEventStreamRequest()
DeleteEventStreamRequest & WithDomainName(Aws::String &&value)
DeleteEventStreamRequest & WithEventStreamName(const char *value)
const Aws::String & GetDomainName() const
bool DomainNameHasBeenSet() const
void SetEventStreamName(Aws::String &&value)
void SetDomainName(const char *value)
const Aws::String & GetEventStreamName() const
void SetDomainName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
DeleteEventStreamRequest & WithDomainName(const Aws::String &value)
DeleteEventStreamRequest & WithEventStreamName(Aws::String &&value)
DeleteEventStreamRequest & WithDomainName(const char *value)
DeleteEventStreamRequest & WithEventStreamName(const Aws::String &value)
bool EventStreamNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String