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 {
38 template <
typename AgentSpaceIdT = Aws::String>
40 m_agentSpaceIdHasBeenSet =
true;
41 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
43 template <
typename AgentSpaceIdT = Aws::String>
56 template <
typename ArtifactIdsT = Aws::Vector<Aws::String>>
58 m_artifactIdsHasBeenSet =
true;
59 m_artifactIds = std::forward<ArtifactIdsT>(value);
61 template <
typename ArtifactIdsT = Aws::Vector<Aws::String>>
66 template <
typename ArtifactIdsT = Aws::String>
68 m_artifactIdsHasBeenSet =
true;
69 m_artifactIds.emplace_back(std::forward<ArtifactIdsT>(value));
77 bool m_agentSpaceIdHasBeenSet =
false;
78 bool m_artifactIdsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector