7#include <aws/security-ir/SecurityIR_EXPORTS.h>
8#include <aws/security-ir/SecurityIRRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename CaseIdT = Aws::String>
43 void SetCaseId(CaseIdT&& value) { m_caseIdHasBeenSet =
true; m_caseId = std::forward<CaseIdT>(value); }
44 template<
typename CaseIdT = Aws::String>
55 template<
typename AttachmentIdT = Aws::String>
56 void SetAttachmentId(AttachmentIdT&& value) { m_attachmentIdHasBeenSet =
true; m_attachmentId = std::forward<AttachmentIdT>(value); }
57 template<
typename AttachmentIdT = Aws::String>
63 bool m_caseIdHasBeenSet =
false;
66 bool m_attachmentIdHasBeenSet =
false;
const Aws::String & GetAttachmentId() const
virtual const char * GetServiceRequestName() const override
AWS_SECURITYIR_API GetCaseAttachmentDownloadUrlRequest()=default
bool AttachmentIdHasBeenSet() const
void SetAttachmentId(AttachmentIdT &&value)
GetCaseAttachmentDownloadUrlRequest & WithCaseId(CaseIdT &&value)
const Aws::String & GetCaseId() const
bool CaseIdHasBeenSet() const
AWS_SECURITYIR_API Aws::String SerializePayload() const override
void SetCaseId(CaseIdT &&value)
GetCaseAttachmentDownloadUrlRequest & WithAttachmentId(AttachmentIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String