7#include <aws/artifact/Artifact_EXPORTS.h>
8#include <aws/artifact/ArtifactRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetReportId(
const char* value) { m_reportIdHasBeenSet =
true; m_reportId.assign(value); }
61 inline void SetReportVersion(
long long value) { m_reportVersionHasBeenSet =
true; m_reportVersion = value; }
67 bool m_reportIdHasBeenSet =
false;
69 long long m_reportVersion;
70 bool m_reportVersionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String