7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
10#include <aws/customer-profiles/model/DataFormat.h>
11#include <aws/customer-profiles/model/SegmentSnapshotStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace CustomerProfiles {
37 template <
typename SnapshotIdT = Aws::String>
39 m_snapshotIdHasBeenSet =
true;
40 m_snapshotId = std::forward<SnapshotIdT>(value);
42 template <
typename SnapshotIdT = Aws::String>
55 m_statusHasBeenSet =
true;
70 template <
typename StatusMessageT = Aws::String>
72 m_statusMessageHasBeenSet =
true;
73 m_statusMessage = std::forward<StatusMessageT>(value);
75 template <
typename StatusMessageT = Aws::String>
88 m_dataFormatHasBeenSet =
true;
103 template <
typename EncryptionKeyT = Aws::String>
105 m_encryptionKeyHasBeenSet =
true;
106 m_encryptionKey = std::forward<EncryptionKeyT>(value);
108 template <
typename EncryptionKeyT = Aws::String>
121 template <
typename RoleArnT = Aws::String>
123 m_roleArnHasBeenSet =
true;
124 m_roleArn = std::forward<RoleArnT>(value);
126 template <
typename RoleArnT = Aws::String>
140 template <
typename DestinationUriT = Aws::String>
142 m_destinationUriHasBeenSet =
true;
143 m_destinationUri = std::forward<DestinationUriT>(value);
145 template <
typename DestinationUriT = Aws::String>
155 template <
typename RequestIdT = Aws::String>
157 m_requestIdHasBeenSet =
true;
158 m_requestId = std::forward<RequestIdT>(value);
160 template <
typename RequestIdT = Aws::String>
185 bool m_snapshotIdHasBeenSet =
false;
186 bool m_statusHasBeenSet =
false;
187 bool m_statusMessageHasBeenSet =
false;
188 bool m_dataFormatHasBeenSet =
false;
189 bool m_encryptionKeyHasBeenSet =
false;
190 bool m_roleArnHasBeenSet =
false;
191 bool m_destinationUriHasBeenSet =
false;
192 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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