7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/greengrassv2/GreengrassV2Request.h>
9#include <aws/greengrassv2/model/RecipeOutputFormat.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
60 template<
typename ArnT = Aws::String>
61 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
62 template<
typename ArnT = Aws::String>
68 bool m_recipeOutputFormatHasBeenSet =
false;
71 bool m_arnHasBeenSet =
false;
AWS_GREENGRASSV2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetRecipeOutputFormat(RecipeOutputFormat value)
virtual const char * GetServiceRequestName() const override
GetComponentRequest & WithRecipeOutputFormat(RecipeOutputFormat value)
void SetArn(ArnT &&value)
bool ArnHasBeenSet() const
GetComponentRequest & WithArn(ArnT &&value)
RecipeOutputFormat GetRecipeOutputFormat() const
const Aws::String & GetArn() const
AWS_GREENGRASSV2_API GetComponentRequest()=default
AWS_GREENGRASSV2_API Aws::String SerializePayload() const override
bool RecipeOutputFormatHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String