7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
11#include <aws/greengrassv2/model/RecipeOutputFormat.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace GreengrassV2 {
38 m_recipeOutputFormatHasBeenSet =
true;
39 m_recipeOutputFormat = value;
52 template <
typename RecipeT = Aws::Utils::ByteBuffer>
54 m_recipeHasBeenSet =
true;
55 m_recipe = std::forward<RecipeT>(value);
57 template <
typename RecipeT = Aws::Utils::ByteBuffer>
72 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
74 m_tagsHasBeenSet =
true;
75 m_tags = std::forward<TagsT>(value);
77 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
79 SetTags(std::forward<TagsT>(value));
82 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
84 m_tagsHasBeenSet =
true;
85 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
93 template <
typename RequestIdT = Aws::String>
95 m_requestIdHasBeenSet =
true;
96 m_requestId = std::forward<RequestIdT>(value);
98 template <
typename RequestIdT = Aws::String>
112 bool m_recipeOutputFormatHasBeenSet =
false;
113 bool m_recipeHasBeenSet =
false;
114 bool m_tagsHasBeenSet =
false;
115 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_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