7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/auditmanager/AuditManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "ValidateAssessmentReportIntegrity"; }
42 template<
typename S3RelativePathT = Aws::String>
43 void SetS3RelativePath(S3RelativePathT&& value) { m_s3RelativePathHasBeenSet =
true; m_s3RelativePath = std::forward<S3RelativePathT>(value); }
44 template<
typename S3RelativePathT = Aws::String>
50 bool m_s3RelativePathHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_AUDITMANAGER_API ValidateAssessmentReportIntegrityRequest()=default
const Aws::String & GetS3RelativePath() const
bool S3RelativePathHasBeenSet() const
void SetS3RelativePath(S3RelativePathT &&value)
AWS_AUDITMANAGER_API Aws::String SerializePayload() const override
ValidateAssessmentReportIntegrityRequest & WithS3RelativePath(S3RelativePathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String