7#include <aws/storagegateway/StorageGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace StorageGateway
46 template<
typename VolumeARNT = Aws::String>
47 void SetVolumeARN(VolumeARNT&& value) { m_volumeARNHasBeenSet =
true; m_volumeARN = std::forward<VolumeARNT>(value); }
48 template<
typename VolumeARNT = Aws::String>
60 template<
typename SnapshotIdT = Aws::String>
61 void SetSnapshotId(SnapshotIdT&& value) { m_snapshotIdHasBeenSet =
true; m_snapshotId = std::forward<SnapshotIdT>(value); }
62 template<
typename SnapshotIdT = Aws::String>
69 template<
typename RequestIdT = Aws::String>
70 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
71 template<
typename RequestIdT = Aws::String>
77 bool m_volumeARNHasBeenSet =
false;
80 bool m_snapshotIdHasBeenSet =
false;
83 bool m_requestIdHasBeenSet =
false;
CreateSnapshotResult & WithSnapshotId(SnapshotIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_STORAGEGATEWAY_API CreateSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_STORAGEGATEWAY_API CreateSnapshotResult()=default
CreateSnapshotResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetVolumeARN() const
AWS_STORAGEGATEWAY_API CreateSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetVolumeARN(VolumeARNT &&value)
void SetSnapshotId(SnapshotIdT &&value)
const Aws::String & GetSnapshotId() const
CreateSnapshotResult & WithVolumeARN(VolumeARNT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue