7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
58 template <
typename VersionT = Aws::String>
60 m_versionHasBeenSet =
true;
61 m_version = std::forward<VersionT>(value);
63 template <
typename VersionT = Aws::String>
76 template <
typename EpochT = Aws::String>
78 m_epochHasBeenSet =
true;
79 m_epoch = std::forward<EpochT>(value);
81 template <
typename EpochT = Aws::String>
83 SetEpoch(std::forward<EpochT>(value));
94 template <
typename ReleaseT = Aws::String>
96 m_releaseHasBeenSet =
true;
97 m_release = std::forward<ReleaseT>(value);
99 template <
typename ReleaseT = Aws::String>
112 template <
typename ArchitectureT = Aws::String>
114 m_architectureHasBeenSet =
true;
115 m_architecture = std::forward<ArchitectureT>(value);
117 template <
typename ArchitectureT = Aws::String>
130 template <
typename PackageManagerT = Aws::String>
132 m_packageManagerHasBeenSet =
true;
133 m_packageManager = std::forward<PackageManagerT>(value);
135 template <
typename PackageManagerT = Aws::String>
148 template <
typename FilePathT = Aws::String>
150 m_filePathHasBeenSet =
true;
151 m_filePath = std::forward<FilePathT>(value);
153 template <
typename FilePathT = Aws::String>
167 template <
typename FixedInVersionT = Aws::String>
169 m_fixedInVersionHasBeenSet =
true;
170 m_fixedInVersion = std::forward<FixedInVersionT>(value);
172 template <
typename FixedInVersionT = Aws::String>
186 template <
typename RemediationT = Aws::String>
188 m_remediationHasBeenSet =
true;
189 m_remediation = std::forward<RemediationT>(value);
191 template <
typename RemediationT = Aws::String>
204 template <
typename SourceLayerHashT = Aws::String>
206 m_sourceLayerHashHasBeenSet =
true;
207 m_sourceLayerHash = std::forward<SourceLayerHashT>(value);
209 template <
typename SourceLayerHashT = Aws::String>
222 template <
typename SourceLayerArnT = Aws::String>
224 m_sourceLayerArnHasBeenSet =
true;
225 m_sourceLayerArn = std::forward<SourceLayerArnT>(value);
227 template <
typename SourceLayerArnT = Aws::String>
255 bool m_nameHasBeenSet =
false;
256 bool m_versionHasBeenSet =
false;
257 bool m_epochHasBeenSet =
false;
258 bool m_releaseHasBeenSet =
false;
259 bool m_architectureHasBeenSet =
false;
260 bool m_packageManagerHasBeenSet =
false;
261 bool m_filePathHasBeenSet =
false;
262 bool m_fixedInVersionHasBeenSet =
false;
263 bool m_remediationHasBeenSet =
false;
264 bool m_sourceLayerHashHasBeenSet =
false;
265 bool m_sourceLayerArnHasBeenSet =
false;
const Aws::String & GetPackageManager() const
AWS_SECURITYHUB_API SoftwarePackage()=default
SoftwarePackage & WithRelease(ReleaseT &&value)
const Aws::String & GetEpoch() const
const Aws::String & GetRelease() const
void SetFixedInVersion(FixedInVersionT &&value)
void SetRelease(ReleaseT &&value)
bool FilePathHasBeenSet() const
const Aws::String & GetFilePath() const
SoftwarePackage & WithPackageManager(PackageManagerT &&value)
bool PackageManagerHasBeenSet() const
void SetRemediation(RemediationT &&value)
AWS_SECURITYHUB_API SoftwarePackage & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEpoch(EpochT &&value)
const Aws::String & GetSourceLayerArn() const
const Aws::String & GetVersion() const
void SetName(NameT &&value)
void SetPackageManager(PackageManagerT &&value)
SoftwarePackage & WithEpoch(EpochT &&value)
bool ArchitectureHasBeenSet() const
void SetArchitecture(ArchitectureT &&value)
const Aws::String & GetName() const
void SetVersion(VersionT &&value)
bool NameHasBeenSet() const
const Aws::String & GetSourceLayerHash() const
SoftwarePackage & WithSourceLayerArn(SourceLayerArnT &&value)
void SetSourceLayerHash(SourceLayerHashT &&value)
SoftwarePackage & WithFilePath(FilePathT &&value)
bool FixedInVersionHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRemediation() const
bool SourceLayerArnHasBeenSet() const
bool VersionHasBeenSet() const
bool EpochHasBeenSet() const
AWS_SECURITYHUB_API SoftwarePackage(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArchitecture() const
bool ReleaseHasBeenSet() const
SoftwarePackage & WithRemediation(RemediationT &&value)
SoftwarePackage & WithSourceLayerHash(SourceLayerHashT &&value)
const Aws::String & GetFixedInVersion() const
SoftwarePackage & WithName(NameT &&value)
bool SourceLayerHashHasBeenSet() const
void SetSourceLayerArn(SourceLayerArnT &&value)
bool RemediationHasBeenSet() const
SoftwarePackage & WithVersion(VersionT &&value)
SoftwarePackage & WithFixedInVersion(FixedInVersionT &&value)
SoftwarePackage & WithArchitecture(ArchitectureT &&value)
void SetFilePath(FilePathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue