7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
12#include <aws/greengrassv2/model/RecipeOutputFormat.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace GreengrassV2 {
39 m_recipeOutputFormatHasBeenSet =
true;
40 m_recipeOutputFormat = value;
53 template <
typename RecipeT = Aws::Utils::ByteBuffer>
55 m_recipeHasBeenSet =
true;
56 m_recipe = std::forward<RecipeT>(value);
58 template <
typename RecipeT = Aws::Utils::ByteBuffer>
73 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
75 m_tagsHasBeenSet =
true;
76 m_tags = std::forward<TagsT>(value);
78 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
80 SetTags(std::forward<TagsT>(value));
83 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
85 m_tagsHasBeenSet =
true;
86 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
94 template <
typename RequestIdT = Aws::String>
96 m_requestIdHasBeenSet =
true;
97 m_requestId = std::forward<RequestIdT>(value);
99 template <
typename RequestIdT = Aws::String>
116 bool m_recipeOutputFormatHasBeenSet =
false;
117 bool m_recipeHasBeenSet =
false;
118 bool m_tagsHasBeenSet =
false;
119 bool m_requestIdHasBeenSet =
false;
RecipeOutputFormat GetRecipeOutputFormat() const
AWS_GREENGRASSV2_API GetComponentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
const Aws::Utils::ByteBuffer & GetRecipe() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_GREENGRASSV2_API GetComponentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetComponentResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetRecipe(RecipeT &&value)
GetComponentResult & WithRecipeOutputFormat(RecipeOutputFormat value)
GetComponentResult & WithRecipe(RecipeT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetTags(TagsT &&value)
void SetRecipeOutputFormat(RecipeOutputFormat value)
void SetRequestId(RequestIdT &&value)
GetComponentResult & WithTags(TagsT &&value)
GetComponentResult & WithRequestId(RequestIdT &&value)
AWS_GREENGRASSV2_API GetComponentResult()=default
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