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"; }
44 inline void SetS3RelativePath(
const char* value) { m_s3RelativePathHasBeenSet =
true; m_s3RelativePath.assign(value); }
52 bool m_s3RelativePathHasBeenSet =
false;
ValidateAssessmentReportIntegrityRequest & WithS3RelativePath(Aws::String &&value)
AWS_AUDITMANAGER_API ValidateAssessmentReportIntegrityRequest()
ValidateAssessmentReportIntegrityRequest & WithS3RelativePath(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetS3RelativePath() const
bool S3RelativePathHasBeenSet() const
void SetS3RelativePath(Aws::String &&value)
ValidateAssessmentReportIntegrityRequest & WithS3RelativePath(const char *value)
AWS_AUDITMANAGER_API Aws::String SerializePayload() const override
void SetS3RelativePath(const Aws::String &value)
void SetS3RelativePath(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String