7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/securityagent/SecurityAgent_EXPORTS.h>
11#include <aws/securityagent/model/AgentSpace.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace SecurityAgent {
42 template <
typename AgentSpacesT = Aws::Vector<AgentSpace>>
44 m_agentSpacesHasBeenSet =
true;
45 m_agentSpaces = std::forward<AgentSpacesT>(value);
47 template <
typename AgentSpacesT = Aws::Vector<AgentSpace>>
52 template <
typename AgentSpacesT = AgentSpace>
54 m_agentSpacesHasBeenSet =
true;
55 m_agentSpaces.emplace_back(std::forward<AgentSpacesT>(value));
65 template <
typename NotFoundT = Aws::Vector<Aws::String>>
67 m_notFoundHasBeenSet =
true;
68 m_notFound = std::forward<NotFoundT>(value);
70 template <
typename NotFoundT = Aws::Vector<Aws::String>>
75 template <
typename NotFoundT = Aws::String>
77 m_notFoundHasBeenSet =
true;
78 m_notFound.emplace_back(std::forward<NotFoundT>(value));
86 template <
typename RequestIdT = Aws::String>
88 m_requestIdHasBeenSet =
true;
89 m_requestId = std::forward<RequestIdT>(value);
91 template <
typename RequestIdT = Aws::String>
106 bool m_agentSpacesHasBeenSet =
false;
107 bool m_notFoundHasBeenSet =
false;
108 bool m_requestIdHasBeenSet =
false;
AWS_SECURITYAGENT_API BatchGetAgentSpacesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
BatchGetAgentSpacesResult & AddAgentSpaces(AgentSpacesT &&value)
BatchGetAgentSpacesResult & WithAgentSpaces(AgentSpacesT &&value)
void SetAgentSpaces(AgentSpacesT &&value)
void SetRequestId(RequestIdT &&value)
BatchGetAgentSpacesResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
BatchGetAgentSpacesResult & AddNotFound(NotFoundT &&value)
const Aws::Vector< AgentSpace > & GetAgentSpaces() const
AWS_SECURITYAGENT_API BatchGetAgentSpacesResult()=default
AWS_SECURITYAGENT_API BatchGetAgentSpacesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNotFound(NotFoundT &&value)
const Aws::Vector< Aws::String > & GetNotFound() const
BatchGetAgentSpacesResult & WithNotFound(NotFoundT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue