AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetContainerRecipeResult.h
1
6#pragma once
7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/model/ContainerRecipe.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace imagebuilder
25{
26namespace Model
27{
29 {
30 public:
31 AWS_IMAGEBUILDER_API GetContainerRecipeResult();
34
35
37
40 inline const Aws::String& GetRequestId() const{ return m_requestId; }
41 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
42 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
43 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
44 inline GetContainerRecipeResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
45 inline GetContainerRecipeResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
46 inline GetContainerRecipeResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
48
50
53 inline const ContainerRecipe& GetContainerRecipe() const{ return m_containerRecipe; }
54 inline void SetContainerRecipe(const ContainerRecipe& value) { m_containerRecipe = value; }
55 inline void SetContainerRecipe(ContainerRecipe&& value) { m_containerRecipe = std::move(value); }
57 inline GetContainerRecipeResult& WithContainerRecipe(ContainerRecipe&& value) { SetContainerRecipe(std::move(value)); return *this;}
59 private:
60
61 Aws::String m_requestId;
62
63 ContainerRecipe m_containerRecipe;
64 };
65
66} // namespace Model
67} // namespace imagebuilder
68} // namespace Aws
AWS_IMAGEBUILDER_API GetContainerRecipeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetContainerRecipeResult & WithRequestId(Aws::String &&value)
GetContainerRecipeResult & WithRequestId(const Aws::String &value)
GetContainerRecipeResult & WithContainerRecipe(const ContainerRecipe &value)
AWS_IMAGEBUILDER_API GetContainerRecipeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetContainerRecipeResult & WithContainerRecipe(ContainerRecipe &&value)
GetContainerRecipeResult & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue