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 {
41 template <
typename ThreatModelIdsT = Aws::Vector<Aws::String>>
43 m_threatModelIdsHasBeenSet =
true;
44 m_threatModelIds = std::forward<ThreatModelIdsT>(value);
46 template <
typename ThreatModelIdsT = Aws::Vector<Aws::String>>
51 template <
typename ThreatModelIdsT = Aws::String>
53 m_threatModelIdsHasBeenSet =
true;
54 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;
BatchDeleteThreatModelsRequest & WithAgentSpaceId(AgentSpaceIdT &&value)
const Aws::String & GetAgentSpaceId() const
bool ThreatModelIdsHasBeenSet() const
void SetThreatModelIds(ThreatModelIdsT &&value)
BatchDeleteThreatModelsRequest & WithThreatModelIds(ThreatModelIdsT &&value)
void SetAgentSpaceId(AgentSpaceIdT &&value)
AWS_SECURITYAGENT_API Aws::String SerializePayload() const override
AWS_SECURITYAGENT_API BatchDeleteThreatModelsRequest()=default
const Aws::Vector< Aws::String > & GetThreatModelIds() const
BatchDeleteThreatModelsRequest & AddThreatModelIds(ThreatModelIdsT &&value)
bool AgentSpaceIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector