7#include <aws/codeguru-security/CodeGuruSecurity_EXPORTS.h>
8#include <aws/codeguru-security/model/ScanState.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CodeGuruSecurity {
44 m_scanStateHasBeenSet =
true;
59 template <
typename CreatedAtT = Aws::Utils::DateTime>
61 m_createdAtHasBeenSet =
true;
62 m_createdAt = std::forward<CreatedAtT>(value);
64 template <
typename CreatedAtT = Aws::Utils::DateTime>
77 template <
typename UpdatedAtT = Aws::Utils::DateTime>
79 m_updatedAtHasBeenSet =
true;
80 m_updatedAt = std::forward<UpdatedAtT>(value);
82 template <
typename UpdatedAtT = Aws::Utils::DateTime>
95 template <
typename ScanNameT = Aws::String>
97 m_scanNameHasBeenSet =
true;
98 m_scanName = std::forward<ScanNameT>(value);
100 template <
typename ScanNameT = Aws::String>
113 template <
typename RunIdT = Aws::String>
115 m_runIdHasBeenSet =
true;
116 m_runId = std::forward<RunIdT>(value);
118 template <
typename RunIdT = Aws::String>
120 SetRunId(std::forward<RunIdT>(value));
131 template <
typename ScanNameArnT = Aws::String>
133 m_scanNameArnHasBeenSet =
true;
134 m_scanNameArn = std::forward<ScanNameArnT>(value);
136 template <
typename ScanNameArnT = Aws::String>
154 bool m_scanStateHasBeenSet =
false;
155 bool m_createdAtHasBeenSet =
false;
156 bool m_updatedAtHasBeenSet =
false;
157 bool m_scanNameHasBeenSet =
false;
158 bool m_runIdHasBeenSet =
false;
159 bool m_scanNameArnHasBeenSet =
false;
void SetCreatedAt(CreatedAtT &&value)
AWS_CODEGURUSECURITY_API ScanSummary()=default
const Aws::String & GetRunId() const
ScanSummary & WithRunId(RunIdT &&value)
ScanSummary & WithScanNameArn(ScanNameArnT &&value)
ScanSummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool RunIdHasBeenSet() const
bool UpdatedAtHasBeenSet() const
AWS_CODEGURUSECURITY_API ScanSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetUpdatedAt() const
ScanSummary & WithCreatedAt(CreatedAtT &&value)
void SetRunId(RunIdT &&value)
AWS_CODEGURUSECURITY_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreatedAtHasBeenSet() const
void SetScanNameArn(ScanNameArnT &&value)
const Aws::String & GetScanName() const
const Aws::String & GetScanNameArn() const
AWS_CODEGURUSECURITY_API ScanSummary(Aws::Utils::Json::JsonView jsonValue)
bool ScanStateHasBeenSet() const
bool ScanNameArnHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
void SetScanState(ScanState value)
void SetScanName(ScanNameT &&value)
ScanSummary & WithScanState(ScanState value)
ScanState GetScanState() const
bool ScanNameHasBeenSet() const
ScanSummary & WithScanName(ScanNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue