7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace GroundStation
40 template<
typename AgentIdT = Aws::String>
41 void SetAgentId(AgentIdT&& value) { m_agentIdHasBeenSet =
true; m_agentId = std::forward<AgentIdT>(value); }
42 template<
typename AgentIdT = Aws::String>
51 template<
typename TaskingDocumentT = Aws::String>
52 void SetTaskingDocument(TaskingDocumentT&& value) { m_taskingDocumentHasBeenSet =
true; m_taskingDocument = std::forward<TaskingDocumentT>(value); }
53 template<
typename TaskingDocumentT = Aws::String>
60 template<
typename RequestIdT = Aws::String>
61 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
62 template<
typename RequestIdT = Aws::String>
68 bool m_agentIdHasBeenSet =
false;
71 bool m_taskingDocumentHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
GetAgentConfigurationResult & WithAgentId(AgentIdT &&value)
void SetTaskingDocument(TaskingDocumentT &&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)
void SetRequestId(RequestIdT &&value)
GetAgentConfigurationResult & WithTaskingDocument(TaskingDocumentT &&value)
const Aws::String & GetAgentId() const
const Aws::String & GetRequestId() const
const Aws::String & GetTaskingDocument() const
AWS_GROUNDSTATION_API GetAgentConfigurationResult()=default
void SetAgentId(AgentIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue