7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename RequestIdT = Aws::String>
41 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
42 template<
typename RequestIdT = Aws::String>
51 template<
typename ContainerRecipeArnT = Aws::String>
52 void SetContainerRecipeArn(ContainerRecipeArnT&& value) { m_containerRecipeArnHasBeenSet =
true; m_containerRecipeArn = std::forward<ContainerRecipeArnT>(value); }
53 template<
typename ContainerRecipeArnT = Aws::String>
59 bool m_requestIdHasBeenSet =
false;
62 bool m_containerRecipeArnHasBeenSet =
false;
void SetContainerRecipeArn(ContainerRecipeArnT &&value)
DeleteContainerRecipeResult & WithRequestId(RequestIdT &&value)
DeleteContainerRecipeResult & WithContainerRecipeArn(ContainerRecipeArnT &&value)
const Aws::String & GetContainerRecipeArn() const
AWS_IMAGEBUILDER_API DeleteContainerRecipeResult()=default
const Aws::String & GetRequestId() const
AWS_IMAGEBUILDER_API DeleteContainerRecipeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IMAGEBUILDER_API DeleteContainerRecipeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue