7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/imagebuilder/ImagebuilderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetContainerRecipeArn(
const char* value) { m_containerRecipeArnHasBeenSet =
true; m_containerRecipeArn.assign(value); }
57 bool m_containerRecipeArnHasBeenSet =
false;
AWS_IMAGEBUILDER_API GetContainerRecipeRequest()
AWS_IMAGEBUILDER_API Aws::String SerializePayload() const override
void SetContainerRecipeArn(Aws::String &&value)
GetContainerRecipeRequest & WithContainerRecipeArn(const char *value)
void SetContainerRecipeArn(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
void SetContainerRecipeArn(const char *value)
const Aws::String & GetContainerRecipeArn() const
GetContainerRecipeRequest & WithContainerRecipeArn(const Aws::String &value)
bool ContainerRecipeArnHasBeenSet() const
GetContainerRecipeRequest & WithContainerRecipeArn(Aws::String &&value)
AWS_IMAGEBUILDER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String