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
41 template<
typename DomainNameT = Aws::String>
42 void SetDomainName(DomainNameT&& value) { m_domainNameHasBeenSet =
true; m_domainName = std::forward<DomainNameT>(value); }
43 template<
typename DomainNameT = Aws::String>
53 template<
typename SegmentDefinitionNameT = Aws::String>
54 void SetSegmentDefinitionName(SegmentDefinitionNameT&& value) { m_segmentDefinitionNameHasBeenSet =
true; m_segmentDefinitionName = std::forward<SegmentDefinitionNameT>(value); }
55 template<
typename SegmentDefinitionNameT = Aws::String>
65 template<
typename SnapshotIdT = Aws::String>
66 void SetSnapshotId(SnapshotIdT&& value) { m_snapshotIdHasBeenSet =
true; m_snapshotId = std::forward<SnapshotIdT>(value); }
67 template<
typename SnapshotIdT = Aws::String>
73 bool m_domainNameHasBeenSet =
false;
76 bool m_segmentDefinitionNameHasBeenSet =
false;
79 bool m_snapshotIdHasBeenSet =
false;
void SetDomainName(DomainNameT &&value)
GetSegmentSnapshotRequest & WithDomainName(DomainNameT &&value)
void SetSegmentDefinitionName(SegmentDefinitionNameT &&value)
GetSegmentSnapshotRequest & WithSegmentDefinitionName(SegmentDefinitionNameT &&value)
const Aws::String & GetSnapshotId() const
virtual const char * GetServiceRequestName() const override
GetSegmentSnapshotRequest & WithSnapshotId(SnapshotIdT &&value)
const Aws::String & GetSegmentDefinitionName() const
const Aws::String & GetDomainName() const
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
AWS_CUSTOMERPROFILES_API GetSegmentSnapshotRequest()=default
bool SegmentDefinitionNameHasBeenSet() const
bool DomainNameHasBeenSet() const
bool SnapshotIdHasBeenSet() const
void SetSnapshotId(SnapshotIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String