7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AuditManager {
43 template <
typename S3ResourcePathT = Aws::String>
45 m_s3ResourcePathHasBeenSet =
true;
46 m_s3ResourcePath = std::forward<S3ResourcePathT>(value);
48 template <
typename S3ResourcePathT = Aws::String>
61 template <
typename TextResponseT = Aws::String>
63 m_textResponseHasBeenSet =
true;
64 m_textResponse = std::forward<TextResponseT>(value);
66 template <
typename TextResponseT = Aws::String>
82 template <
typename Ev
idenceFileNameT = Aws::String>
84 m_evidenceFileNameHasBeenSet =
true;
85 m_evidenceFileName = std::forward<EvidenceFileNameT>(value);
87 template <
typename Ev
idenceFileNameT = Aws::String>
99 bool m_s3ResourcePathHasBeenSet =
false;
100 bool m_textResponseHasBeenSet =
false;
101 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