7#include <aws/lightsail/Lightsail_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lightsail/model/DiskSnapshot.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
73 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetDiskSnapshots(const Aws::Vector< DiskSnapshot > &value)
GetDiskSnapshotsResult & WithNextPageToken(const Aws::String &value)
void SetNextPageToken(const char *value)
void SetRequestId(Aws::String &&value)
void SetNextPageToken(const Aws::String &value)
const Aws::Vector< DiskSnapshot > & GetDiskSnapshots() const
void SetNextPageToken(Aws::String &&value)
const Aws::String & GetRequestId() const
GetDiskSnapshotsResult & WithRequestId(const char *value)
const Aws::String & GetNextPageToken() const
GetDiskSnapshotsResult & WithRequestId(Aws::String &&value)
void SetDiskSnapshots(Aws::Vector< DiskSnapshot > &&value)
GetDiskSnapshotsResult & WithDiskSnapshots(Aws::Vector< DiskSnapshot > &&value)
GetDiskSnapshotsResult & WithDiskSnapshots(const Aws::Vector< DiskSnapshot > &value)
void SetRequestId(const Aws::String &value)
AWS_LIGHTSAIL_API GetDiskSnapshotsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDiskSnapshotsResult & AddDiskSnapshots(DiskSnapshot &&value)
AWS_LIGHTSAIL_API GetDiskSnapshotsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const char *value)
AWS_LIGHTSAIL_API GetDiskSnapshotsResult()
GetDiskSnapshotsResult & WithRequestId(const Aws::String &value)
GetDiskSnapshotsResult & WithNextPageToken(Aws::String &&value)
GetDiskSnapshotsResult & AddDiskSnapshots(const DiskSnapshot &value)
GetDiskSnapshotsResult & WithNextPageToken(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue