7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename S3ResourcePathT = Aws::String>
50 void SetS3ResourcePath(S3ResourcePathT&& value) { m_s3ResourcePathHasBeenSet =
true; m_s3ResourcePath = std::forward<S3ResourcePathT>(value); }
51 template<
typename S3ResourcePathT = Aws::String>
61 template<
typename TextResponseT = Aws::String>
62 void SetTextResponse(TextResponseT&& value) { m_textResponseHasBeenSet =
true; m_textResponse = std::forward<TextResponseT>(value); }
63 template<
typename TextResponseT = Aws::String>
76 template<
typename Ev
idenceFileNameT = Aws::String>
77 void SetEvidenceFileName(EvidenceFileNameT&& value) { m_evidenceFileNameHasBeenSet =
true; m_evidenceFileName = std::forward<EvidenceFileNameT>(value); }
78 template<
typename Ev
idenceFileNameT = Aws::String>
84 bool m_s3ResourcePathHasBeenSet =
false;
87 bool m_textResponseHasBeenSet =
false;
90 bool m_evidenceFileNameHasBeenSet =
false;
const Aws::String & GetTextResponse() const
bool EvidenceFileNameHasBeenSet() const
bool S3ResourcePathHasBeenSet() const
AWS_AUDITMANAGER_API ManualEvidence()=default
ManualEvidence & WithTextResponse(TextResponseT &&value)
ManualEvidence & WithS3ResourcePath(S3ResourcePathT &&value)
bool TextResponseHasBeenSet() const
ManualEvidence & WithEvidenceFileName(EvidenceFileNameT &&value)
void SetTextResponse(TextResponseT &&value)
AWS_AUDITMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetEvidenceFileName() const
const Aws::String & GetS3ResourcePath() const
void SetS3ResourcePath(S3ResourcePathT &&value)
AWS_AUDITMANAGER_API ManualEvidence(Aws::Utils::Json::JsonView jsonValue)
AWS_AUDITMANAGER_API ManualEvidence & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEvidenceFileName(EvidenceFileNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue