AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateMeshResult.h
1
6#pragma once
7#include <aws/appmesh/AppMesh_EXPORTS.h>
8#include <aws/appmesh/model/MeshData.h>
9#include <aws/core/utils/memory/stl/AWSString.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 AppMesh
25{
26namespace Model
27{
34 {
35 public:
36 AWS_APPMESH_API UpdateMeshResult();
39
40
42
43 inline const MeshData& GetMesh() const{ return m_mesh; }
44 inline void SetMesh(const MeshData& value) { m_mesh = value; }
45 inline void SetMesh(MeshData&& value) { m_mesh = std::move(value); }
46 inline UpdateMeshResult& WithMesh(const MeshData& value) { SetMesh(value); return *this;}
47 inline UpdateMeshResult& WithMesh(MeshData&& value) { SetMesh(std::move(value)); return *this;}
49
51
52 inline const Aws::String& GetRequestId() const{ return m_requestId; }
53 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
54 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
55 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
56 inline UpdateMeshResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
57 inline UpdateMeshResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
58 inline UpdateMeshResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
60 private:
61
62 MeshData m_mesh;
63
64 Aws::String m_requestId;
65 };
66
67} // namespace Model
68} // namespace AppMesh
69} // namespace Aws
const Aws::String & GetRequestId() const
void SetRequestId(const Aws::String &value)
UpdateMeshResult & WithMesh(MeshData &&value)
AWS_APPMESH_API UpdateMeshResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(Aws::String &&value)
AWS_APPMESH_API UpdateMeshResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateMeshResult & WithRequestId(const char *value)
UpdateMeshResult & WithMesh(const MeshData &value)
UpdateMeshResult & WithRequestId(const Aws::String &value)
UpdateMeshResult & WithRequestId(Aws::String &&value)
void SetMesh(const MeshData &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue