7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
9#include <aws/securityagent/model/ArtifactType.h>
20namespace SecurityAgent {
41 template <
typename ArtifactIdT = Aws::String>
43 m_artifactIdHasBeenSet =
true;
44 m_artifactId = std::forward<ArtifactIdT>(value);
46 template <
typename ArtifactIdT = Aws::String>
59 template <
typename FileNameT = Aws::String>
61 m_fileNameHasBeenSet =
true;
62 m_fileName = std::forward<FileNameT>(value);
64 template <
typename FileNameT = Aws::String>
78 m_artifactTypeHasBeenSet =
true;
79 m_artifactType = value;
92 bool m_artifactIdHasBeenSet =
false;
93 bool m_fileNameHasBeenSet =
false;
94 bool m_artifactTypeHasBeenSet =
false;
bool FileNameHasBeenSet() const
AWS_SECURITYAGENT_API ArtifactSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ArtifactSummary & WithFileName(FileNameT &&value)
AWS_SECURITYAGENT_API ArtifactSummary()=default
void SetFileName(FileNameT &&value)
ArtifactSummary & WithArtifactType(ArtifactType value)
ArtifactType GetArtifactType() const
const Aws::String & GetFileName() const
void SetArtifactType(ArtifactType value)
const Aws::String & GetArtifactId() const
AWS_SECURITYAGENT_API ArtifactSummary(Aws::Utils::Json::JsonView jsonValue)
bool ArtifactIdHasBeenSet() const
ArtifactSummary & WithArtifactId(ArtifactIdT &&value)
void SetArtifactId(ArtifactIdT &&value)
bool ArtifactTypeHasBeenSet() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue