7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename DomainNameT = Aws::String>
43 m_domainNameHasBeenSet =
true;
44 m_domainName = std::forward<DomainNameT>(value);
46 template <
typename DomainNameT = Aws::String>
60 template <
typename ObjectTypeNameT = Aws::String>
62 m_objectTypeNameHasBeenSet =
true;
63 m_objectTypeName = std::forward<ObjectTypeNameT>(value);
65 template <
typename ObjectTypeNameT = Aws::String>
75 bool m_domainNameHasBeenSet =
false;
76 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