7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/imagebuilder/ImagebuilderRequest.h>
9#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
14namespace imagebuilder {
38 template <
typename ImageRecipeArnT = Aws::String>
40 m_imageRecipeArnHasBeenSet =
true;
41 m_imageRecipeArn = std::forward<ImageRecipeArnT>(value);
43 template <
typename ImageRecipeArnT = Aws::String>
56 template <
typename PolicyT = Aws::String>
58 m_policyHasBeenSet =
true;
59 m_policy = std::forward<PolicyT>(value);
61 template <
typename PolicyT = Aws::String>
71 bool m_imageRecipeArnHasBeenSet =
false;
72 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