7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/model/S3ExportingLocation.h>
21namespace CustomerProfiles
48 template<
typename S3ExportingT = S3ExportingLocation>
49 void SetS3Exporting(S3ExportingT&& value) { m_s3ExportingHasBeenSet =
true; m_s3Exporting = std::forward<S3ExportingT>(value); }
50 template<
typename S3ExportingT = S3ExportingLocation>
56 bool m_s3ExportingHasBeenSet =
false;
AWS_CUSTOMERPROFILES_API ExportingLocation(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
ExportingLocation & WithS3Exporting(S3ExportingT &&value)
AWS_CUSTOMERPROFILES_API ExportingLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3ExportingHasBeenSet() const
void SetS3Exporting(S3ExportingT &&value)
const S3ExportingLocation & GetS3Exporting() const
AWS_CUSTOMERPROFILES_API ExportingLocation()=default
Aws::Utils::Json::JsonValue JsonValue