7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace CustomerProfiles
40 template<
typename SnapshotIdT = Aws::String>
41 void SetSnapshotId(SnapshotIdT&& value) { m_snapshotIdHasBeenSet =
true; m_snapshotId = std::forward<SnapshotIdT>(value); }
42 template<
typename SnapshotIdT = Aws::String>
49 template<
typename RequestIdT = Aws::String>
50 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
51 template<
typename RequestIdT = Aws::String>
57 bool m_snapshotIdHasBeenSet =
false;
60 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetSnapshotId() const
void SetSnapshotId(SnapshotIdT &&value)
const Aws::String & GetRequestId() const
AWS_CUSTOMERPROFILES_API CreateSegmentSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateSegmentSnapshotResult & WithSnapshotId(SnapshotIdT &&value)
void SetRequestId(RequestIdT &&value)
CreateSegmentSnapshotResult & WithRequestId(RequestIdT &&value)
AWS_CUSTOMERPROFILES_API CreateSegmentSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CUSTOMERPROFILES_API CreateSegmentSnapshotResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue