7#include <aws/artifact/ArtifactRequest.h>
8#include <aws/artifact/Artifact_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ReportIdT = Aws::String>
44 m_reportIdHasBeenSet =
true;
45 m_reportId = std::forward<ReportIdT>(value);
47 template <
typename ReportIdT = Aws::String>
61 m_reportVersionHasBeenSet =
true;
62 m_reportVersion = value;
76 template <
typename TermTokenT = Aws::String>
78 m_termTokenHasBeenSet =
true;
79 m_termToken = std::forward<TermTokenT>(value);
81 template <
typename TermTokenT = Aws::String>
90 long long m_reportVersion{0};
93 bool m_reportIdHasBeenSet =
false;
94 bool m_reportVersionHasBeenSet =
false;
95 bool m_termTokenHasBeenSet =
false;
AWS_ARTIFACT_API Aws::String SerializePayload() const override
GetReportRequest & WithReportId(ReportIdT &&value)
const Aws::String & GetReportId() const
void SetReportId(ReportIdT &&value)
const Aws::String & GetTermToken() const
bool ReportVersionHasBeenSet() const
GetReportRequest & WithReportVersion(long long value)
bool TermTokenHasBeenSet() const
bool ReportIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_ARTIFACT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetReportVersion(long long value)
void SetTermToken(TermTokenT &&value)
long long GetReportVersion() const
GetReportRequest & WithTermToken(TermTokenT &&value)
AWS_ARTIFACT_API GetReportRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String