AWS SDK for C++

AWS SDK for C++ Version 1.11.685

Loading...
Searching...
No Matches
GetAgentConfigurationResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13template <typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils {
17namespace Json {
18class JsonValue;
19} // namespace Json
20} // namespace Utils
21namespace GroundStation {
22namespace Model {
24 public:
25 AWS_GROUNDSTATION_API GetAgentConfigurationResult() = default;
28
30
33 inline const Aws::String& GetAgentId() const { return m_agentId; }
34 template <typename AgentIdT = Aws::String>
35 void SetAgentId(AgentIdT&& value) {
36 m_agentIdHasBeenSet = true;
37 m_agentId = std::forward<AgentIdT>(value);
38 }
39 template <typename AgentIdT = Aws::String>
41 SetAgentId(std::forward<AgentIdT>(value));
42 return *this;
43 }
45
47
50 inline const Aws::String& GetTaskingDocument() const { return m_taskingDocument; }
51 template <typename TaskingDocumentT = Aws::String>
52 void SetTaskingDocument(TaskingDocumentT&& value) {
53 m_taskingDocumentHasBeenSet = true;
54 m_taskingDocument = std::forward<TaskingDocumentT>(value);
55 }
56 template <typename TaskingDocumentT = Aws::String>
58 SetTaskingDocument(std::forward<TaskingDocumentT>(value));
59 return *this;
60 }
62
64
65 inline const Aws::String& GetRequestId() const { return m_requestId; }
66 template <typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) {
68 m_requestIdHasBeenSet = true;
69 m_requestId = std::forward<RequestIdT>(value);
70 }
71 template <typename RequestIdT = Aws::String>
73 SetRequestId(std::forward<RequestIdT>(value));
74 return *this;
75 }
77 private:
78 Aws::String m_agentId;
79 bool m_agentIdHasBeenSet = false;
80
81 Aws::String m_taskingDocument;
82 bool m_taskingDocumentHasBeenSet = false;
83
84 Aws::String m_requestId;
85 bool m_requestIdHasBeenSet = false;
86};
87
88} // namespace Model
89} // namespace GroundStation
90} // namespace Aws
GetAgentConfigurationResult & WithAgentId(AgentIdT &&value)
AWS_GROUNDSTATION_API GetAgentConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GROUNDSTATION_API GetAgentConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetAgentConfigurationResult & WithRequestId(RequestIdT &&value)
GetAgentConfigurationResult & WithTaskingDocument(TaskingDocumentT &&value)
AWS_GROUNDSTATION_API GetAgentConfigurationResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue