7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfilesRequest.h>
9#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
14namespace CustomerProfiles {
37 template <
typename DomainNameT = Aws::String>
39 m_domainNameHasBeenSet =
true;
40 m_domainName = std::forward<DomainNameT>(value);
42 template <
typename DomainNameT = Aws::String>
55 template <
typename SegmentDefinitionNameT = Aws::String>
57 m_segmentDefinitionNameHasBeenSet =
true;
58 m_segmentDefinitionName = std::forward<SegmentDefinitionNameT>(value);
60 template <
typename SegmentDefinitionNameT = Aws::String>
73 template <
typename SnapshotIdT = Aws::String>
75 m_snapshotIdHasBeenSet =
true;
76 m_snapshotId = std::forward<SnapshotIdT>(value);
78 template <
typename SnapshotIdT = Aws::String>
90 bool m_domainNameHasBeenSet =
false;
91 bool m_segmentDefinitionNameHasBeenSet =
false;
92 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