7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/model/SegmentSnapshotStatus.h>
10#include <aws/customer-profiles/model/DataFormat.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace CustomerProfiles
42 template<
typename SnapshotIdT = Aws::String>
43 void SetSnapshotId(SnapshotIdT&& value) { m_snapshotIdHasBeenSet =
true; m_snapshotId = std::forward<SnapshotIdT>(value); }
44 template<
typename SnapshotIdT = Aws::String>
63 template<
typename StatusMessageT = Aws::String>
64 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
65 template<
typename StatusMessageT = Aws::String>
84 template<
typename EncryptionKeyT = Aws::String>
85 void SetEncryptionKey(EncryptionKeyT&& value) { m_encryptionKeyHasBeenSet =
true; m_encryptionKey = std::forward<EncryptionKeyT>(value); }
86 template<
typename EncryptionKeyT = Aws::String>
96 template<
typename RoleArnT = Aws::String>
97 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
98 template<
typename RoleArnT = Aws::String>
109 template<
typename DestinationUriT = Aws::String>
110 void SetDestinationUri(DestinationUriT&& value) { m_destinationUriHasBeenSet =
true; m_destinationUri = std::forward<DestinationUriT>(value); }
111 template<
typename DestinationUriT = Aws::String>
118 template<
typename RequestIdT = Aws::String>
119 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
120 template<
typename RequestIdT = Aws::String>
126 bool m_snapshotIdHasBeenSet =
false;
129 bool m_statusHasBeenSet =
false;
132 bool m_statusMessageHasBeenSet =
false;
135 bool m_dataFormatHasBeenSet =
false;
138 bool m_encryptionKeyHasBeenSet =
false;
141 bool m_roleArnHasBeenSet =
false;
144 bool m_destinationUriHasBeenSet =
false;
147 bool m_requestIdHasBeenSet =
false;
GetSegmentSnapshotResult & WithStatus(SegmentSnapshotStatus value)
const Aws::String & GetStatusMessage() const
void SetRequestId(RequestIdT &&value)
void SetRoleArn(RoleArnT &&value)
AWS_CUSTOMERPROFILES_API GetSegmentSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetSnapshotId() const
GetSegmentSnapshotResult & WithRoleArn(RoleArnT &&value)
void SetStatusMessage(StatusMessageT &&value)
GetSegmentSnapshotResult & WithDestinationUri(DestinationUriT &&value)
const Aws::String & GetDestinationUri() const
const Aws::String & GetEncryptionKey() const
AWS_CUSTOMERPROFILES_API GetSegmentSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DataFormat GetDataFormat() const
SegmentSnapshotStatus GetStatus() const
GetSegmentSnapshotResult & WithSnapshotId(SnapshotIdT &&value)
void SetEncryptionKey(EncryptionKeyT &&value)
void SetDestinationUri(DestinationUriT &&value)
void SetDataFormat(DataFormat value)
const Aws::String & GetRequestId() const
void SetStatus(SegmentSnapshotStatus value)
void SetSnapshotId(SnapshotIdT &&value)
GetSegmentSnapshotResult & WithRequestId(RequestIdT &&value)
GetSegmentSnapshotResult & WithStatusMessage(StatusMessageT &&value)
AWS_CUSTOMERPROFILES_API GetSegmentSnapshotResult()=default
const Aws::String & GetRoleArn() const
GetSegmentSnapshotResult & WithDataFormat(DataFormat value)
GetSegmentSnapshotResult & WithEncryptionKey(EncryptionKeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue