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>
63 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
64 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
72 bool m_recipeOutputFormatHasBeenSet =
false;
75 bool m_arnHasBeenSet =
false;
AWS_GREENGRASSV2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetComponentRequest & WithRecipeOutputFormat(const RecipeOutputFormat &value)
void SetRecipeOutputFormat(RecipeOutputFormat &&value)
GetComponentRequest & WithArn(const Aws::String &value)
AWS_GREENGRASSV2_API GetComponentRequest()
const RecipeOutputFormat & GetRecipeOutputFormat() const
virtual const char * GetServiceRequestName() const override
void SetArn(Aws::String &&value)
GetComponentRequest & WithArn(Aws::String &&value)
GetComponentRequest & WithArn(const char *value)
bool ArnHasBeenSet() const
void SetArn(const Aws::String &value)
void SetArn(const char *value)
GetComponentRequest & WithRecipeOutputFormat(RecipeOutputFormat &&value)
void SetRecipeOutputFormat(const RecipeOutputFormat &value)
const Aws::String & GetArn() const
AWS_GREENGRASSV2_API Aws::String SerializePayload() const override
bool RecipeOutputFormatHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String