7#include <aws/snowball/Snowball_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/snowball/model/CompatibleImage.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
59 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
70 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const Aws::String & GetRequestId() const
void SetRequestId(Aws::String &&value)
ListCompatibleImagesResult & WithCompatibleImages(const Aws::Vector< CompatibleImage > &value)
ListCompatibleImagesResult & WithNextToken(const Aws::String &value)
void SetCompatibleImages(Aws::Vector< CompatibleImage > &&value)
void SetNextToken(Aws::String &&value)
AWS_SNOWBALL_API ListCompatibleImagesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListCompatibleImagesResult & WithRequestId(Aws::String &&value)
void SetCompatibleImages(const Aws::Vector< CompatibleImage > &value)
ListCompatibleImagesResult & WithCompatibleImages(Aws::Vector< CompatibleImage > &&value)
ListCompatibleImagesResult & AddCompatibleImages(const CompatibleImage &value)
AWS_SNOWBALL_API ListCompatibleImagesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< CompatibleImage > & GetCompatibleImages() const
ListCompatibleImagesResult & WithNextToken(Aws::String &&value)
ListCompatibleImagesResult & WithNextToken(const char *value)
AWS_SNOWBALL_API ListCompatibleImagesResult()
void SetNextToken(const Aws::String &value)
ListCompatibleImagesResult & WithRequestId(const char *value)
ListCompatibleImagesResult & WithRequestId(const Aws::String &value)
const Aws::String & GetNextToken() const
void SetRequestId(const Aws::String &value)
void SetNextToken(const char *value)
void SetRequestId(const char *value)
ListCompatibleImagesResult & AddCompatibleImages(CompatibleImage &&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