7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
20namespace SecurityAgent {
41 template <
typename AgentSpaceIdT = Aws::String>
43 m_agentSpaceIdHasBeenSet =
true;
44 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
46 template <
typename AgentSpaceIdT = Aws::String>
59 template <
typename ArtifactIdT = Aws::String>
61 m_artifactIdHasBeenSet =
true;
62 m_artifactId = std::forward<ArtifactIdT>(value);
64 template <
typename ArtifactIdT = Aws::String>
77 template <
typename FileNameT = Aws::String>
79 m_fileNameHasBeenSet =
true;
80 m_fileName = std::forward<FileNameT>(value);
82 template <
typename FileNameT = Aws::String>
95 template <
typename UpdatedAtT = Aws::Utils::DateTime>
97 m_updatedAtHasBeenSet =
true;
98 m_updatedAt = std::forward<UpdatedAtT>(value);
100 template <
typename UpdatedAtT = Aws::Utils::DateTime>
114 bool m_agentSpaceIdHasBeenSet =
false;
115 bool m_artifactIdHasBeenSet =
false;
116 bool m_fileNameHasBeenSet =
false;
117 bool m_updatedAtHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue