7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/imagebuilder/ImagebuilderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename ImageRecipeArnT = Aws::String>
43 void SetImageRecipeArn(ImageRecipeArnT&& value) { m_imageRecipeArnHasBeenSet =
true; m_imageRecipeArn = std::forward<ImageRecipeArnT>(value); }
44 template<
typename ImageRecipeArnT = Aws::String>
54 template<
typename PolicyT = Aws::String>
55 void SetPolicy(PolicyT&& value) { m_policyHasBeenSet =
true; m_policy = std::forward<PolicyT>(value); }
56 template<
typename PolicyT = Aws::String>
62 bool m_imageRecipeArnHasBeenSet =
false;
65 bool m_policyHasBeenSet =
false;
bool ImageRecipeArnHasBeenSet() const
AWS_IMAGEBUILDER_API Aws::String SerializePayload() const override
bool PolicyHasBeenSet() const
AWS_IMAGEBUILDER_API PutImageRecipePolicyRequest()=default
void SetPolicy(PolicyT &&value)
PutImageRecipePolicyRequest & WithPolicy(PolicyT &&value)
const Aws::String & GetImageRecipeArn() const
virtual const char * GetServiceRequestName() const override
void SetImageRecipeArn(ImageRecipeArnT &&value)
const Aws::String & GetPolicy() const
PutImageRecipePolicyRequest & WithImageRecipeArn(ImageRecipeArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String