AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetDocumentationPartResult.h
1
6#pragma once
7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/apigateway/model/DocumentationPartLocation.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 APIGateway
25{
26namespace Model
27{
34 {
35 public:
36 AWS_APIGATEWAY_API GetDocumentationPartResult();
39
40
42
46 inline const Aws::String& GetId() const{ return m_id; }
47 inline void SetId(const Aws::String& value) { m_id = value; }
48 inline void SetId(Aws::String&& value) { m_id = std::move(value); }
49 inline void SetId(const char* value) { m_id.assign(value); }
50 inline GetDocumentationPartResult& WithId(const Aws::String& value) { SetId(value); return *this;}
51 inline GetDocumentationPartResult& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
52 inline GetDocumentationPartResult& WithId(const char* value) { SetId(value); return *this;}
54
56
63 inline const DocumentationPartLocation& GetLocation() const{ return m_location; }
64 inline void SetLocation(const DocumentationPartLocation& value) { m_location = value; }
65 inline void SetLocation(DocumentationPartLocation&& value) { m_location = std::move(value); }
67 inline GetDocumentationPartResult& WithLocation(DocumentationPartLocation&& value) { SetLocation(std::move(value)); return *this;}
69
71
80 inline const Aws::String& GetProperties() const{ return m_properties; }
81 inline void SetProperties(const Aws::String& value) { m_properties = value; }
82 inline void SetProperties(Aws::String&& value) { m_properties = std::move(value); }
83 inline void SetProperties(const char* value) { m_properties.assign(value); }
84 inline GetDocumentationPartResult& WithProperties(const Aws::String& value) { SetProperties(value); return *this;}
85 inline GetDocumentationPartResult& WithProperties(Aws::String&& value) { SetProperties(std::move(value)); return *this;}
86 inline GetDocumentationPartResult& WithProperties(const char* value) { SetProperties(value); return *this;}
88
90
91 inline const Aws::String& GetRequestId() const{ return m_requestId; }
92 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
93 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
94 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
95 inline GetDocumentationPartResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
96 inline GetDocumentationPartResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
97 inline GetDocumentationPartResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
99 private:
100
101 Aws::String m_id;
102
103 DocumentationPartLocation m_location;
104
105 Aws::String m_properties;
106
107 Aws::String m_requestId;
108 };
109
110} // namespace Model
111} // namespace APIGateway
112} // namespace Aws
GetDocumentationPartResult & WithRequestId(const char *value)
GetDocumentationPartResult & WithProperties(const char *value)
AWS_APIGATEWAY_API GetDocumentationPartResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDocumentationPartResult & WithId(const Aws::String &value)
GetDocumentationPartResult & WithLocation(const DocumentationPartLocation &value)
GetDocumentationPartResult & WithLocation(DocumentationPartLocation &&value)
GetDocumentationPartResult & WithId(Aws::String &&value)
GetDocumentationPartResult & WithProperties(const Aws::String &value)
GetDocumentationPartResult & WithId(const char *value)
GetDocumentationPartResult & WithProperties(Aws::String &&value)
void SetLocation(const DocumentationPartLocation &value)
GetDocumentationPartResult & WithRequestId(const Aws::String &value)
AWS_APIGATEWAY_API GetDocumentationPartResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDocumentationPartResult & WithRequestId(Aws::String &&value)
const DocumentationPartLocation & GetLocation() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue