7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/securityagent/SecurityAgentRequest.h>
10#include <aws/securityagent/SecurityAgent_EXPORTS.h>
15namespace SecurityAgent {
42 template <
typename ThreatModelIdsT = Aws::Vector<Aws::String>>
44 m_threatModelIdsHasBeenSet =
true;
45 m_threatModelIds = std::forward<ThreatModelIdsT>(value);
47 template <
typename ThreatModelIdsT = Aws::Vector<Aws::String>>
52 template <
typename ThreatModelIdsT = Aws::String>
54 m_threatModelIdsHasBeenSet =
true;
55 m_threatModelIds.emplace_back(std::forward<ThreatModelIdsT>(value));
66 template <
typename AgentSpaceIdT = Aws::String>
68 m_agentSpaceIdHasBeenSet =
true;
69 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
71 template <
typename AgentSpaceIdT = Aws::String>
81 bool m_threatModelIdsHasBeenSet =
false;
82 bool m_agentSpaceIdHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_SECURITYAGENT_API BatchGetThreatModelsRequest()=default
void SetAgentSpaceId(AgentSpaceIdT &&value)
const Aws::Vector< Aws::String > & GetThreatModelIds() const
AWS_SECURITYAGENT_API Aws::String SerializePayload() const override
const Aws::String & GetAgentSpaceId() const
bool AgentSpaceIdHasBeenSet() const
bool ThreatModelIdsHasBeenSet() const
BatchGetThreatModelsRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
BatchGetThreatModelsRequest & AddThreatModelIds(ThreatModelIdsT &&value)
BatchGetThreatModelsRequest & WithThreatModelIds(ThreatModelIdsT &&value)
void SetThreatModelIds(ThreatModelIdsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector