7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/greengrassv2/model/RecipeOutputFormat.h>
9#include <aws/core/utils/Array.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
86 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
GetComponentResult & AddTags(const char *key, Aws::String &&value)
void SetRecipe(const Aws::Utils::ByteBuffer &value)
void SetRequestId(Aws::String &&value)
AWS_GREENGRASSV2_API GetComponentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const char *value)
const Aws::String & GetRequestId() const
void SetRecipe(Aws::Utils::ByteBuffer &&value)
GetComponentResult & AddTags(const Aws::String &key, Aws::String &&value)
GetComponentResult & WithRequestId(Aws::String &&value)
GetComponentResult & WithRecipe(const Aws::Utils::ByteBuffer &value)
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::Utils::ByteBuffer & GetRecipe() const
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
GetComponentResult & AddTags(const Aws::String &key, const Aws::String &value)
GetComponentResult & AddTags(const char *key, const char *value)
GetComponentResult & WithRecipe(Aws::Utils::ByteBuffer &&value)
AWS_GREENGRASSV2_API GetComponentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetComponentResult & AddTags(Aws::String &&key, const Aws::String &value)
GetComponentResult & WithRequestId(const char *value)
const RecipeOutputFormat & GetRecipeOutputFormat() const
GetComponentResult & AddTags(Aws::String &&key, Aws::String &&value)
GetComponentResult & WithRecipeOutputFormat(RecipeOutputFormat &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetComponentResult & AddTags(Aws::String &&key, const char *value)
GetComponentResult & WithRecipeOutputFormat(const RecipeOutputFormat &value)
GetComponentResult & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
GetComponentResult & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
GetComponentResult & WithRequestId(const Aws::String &value)
void SetRecipeOutputFormat(const RecipeOutputFormat &value)
void SetRecipeOutputFormat(RecipeOutputFormat &&value)
void SetRequestId(const Aws::String &value)
AWS_GREENGRASSV2_API GetComponentResult()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue