7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lightsail/Lightsail_EXPORTS.h>
9#include <aws/lightsail/model/InstanceSnapshot.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename InstanceSnapshotT = InstanceSnapshot>
38 m_instanceSnapshotHasBeenSet =
true;
39 m_instanceSnapshot = std::forward<InstanceSnapshotT>(value);
41 template <
typename InstanceSnapshotT = InstanceSnapshot>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_instanceSnapshotHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
const InstanceSnapshot & GetInstanceSnapshot() const
void SetInstanceSnapshot(InstanceSnapshotT &&value)
void SetRequestId(RequestIdT &&value)
AWS_LIGHTSAIL_API GetInstanceSnapshotResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetInstanceSnapshotResult & WithInstanceSnapshot(InstanceSnapshotT &&value)
GetInstanceSnapshotResult & WithRequestId(RequestIdT &&value)
AWS_LIGHTSAIL_API GetInstanceSnapshotResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_LIGHTSAIL_API GetInstanceSnapshotResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue