7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename DomainNameT = Aws::String>
48 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
49 template<
typename DomainNameT = Aws::String>
60 template<
typename ObjectTypeNameT = Aws::String>
61 void SetObjectTypeName(ObjectTypeNameT&& value) { m_objectTypeNameHasBeenSet =
true; m_objectTypeName = std::forward<ObjectTypeNameT>(value); }
62 template<
typename ObjectTypeNameT = Aws::String>
68 bool m_domainNameHasBeenSet =
false;
71 bool m_objectTypeNameHasBeenSet =
false;
AWS_APPFLOW_API CustomerProfilesDestinationProperties()=default
void SetObjectTypeName(ObjectTypeNameT &&value)
CustomerProfilesDestinationProperties & WithDomainName(DomainNameT &&value)
AWS_APPFLOW_API CustomerProfilesDestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetObjectTypeName() const
bool DomainNameHasBeenSet() const
const Aws::String & GetDomainName() const
AWS_APPFLOW_API CustomerProfilesDestinationProperties(Aws::Utils::Json::JsonView jsonValue)
void SetDomainName(DomainNameT &&value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
bool ObjectTypeNameHasBeenSet() const
CustomerProfilesDestinationProperties & WithObjectTypeName(ObjectTypeNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue