AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
AddAttachmentsToSetResult.h
1
6#pragma once
7#include <aws/support/Support_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace Support
24{
25namespace Model
26{
34 {
35 public:
36 AWS_SUPPORT_API AddAttachmentsToSetResult() = default;
39
40
42
48 inline const Aws::String& GetAttachmentSetId() const { return m_attachmentSetId; }
49 template<typename AttachmentSetIdT = Aws::String>
50 void SetAttachmentSetId(AttachmentSetIdT&& value) { m_attachmentSetIdHasBeenSet = true; m_attachmentSetId = std::forward<AttachmentSetIdT>(value); }
51 template<typename AttachmentSetIdT = Aws::String>
52 AddAttachmentsToSetResult& WithAttachmentSetId(AttachmentSetIdT&& value) { SetAttachmentSetId(std::forward<AttachmentSetIdT>(value)); return *this;}
54
56
59 inline const Aws::String& GetExpiryTime() const { return m_expiryTime; }
60 template<typename ExpiryTimeT = Aws::String>
61 void SetExpiryTime(ExpiryTimeT&& value) { m_expiryTimeHasBeenSet = true; m_expiryTime = std::forward<ExpiryTimeT>(value); }
62 template<typename ExpiryTimeT = Aws::String>
63 AddAttachmentsToSetResult& WithExpiryTime(ExpiryTimeT&& value) { SetExpiryTime(std::forward<ExpiryTimeT>(value)); return *this;}
65
67
68 inline const Aws::String& GetRequestId() const { return m_requestId; }
69 template<typename RequestIdT = Aws::String>
70 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
71 template<typename RequestIdT = Aws::String>
72 AddAttachmentsToSetResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
74 private:
75
76 Aws::String m_attachmentSetId;
77 bool m_attachmentSetIdHasBeenSet = false;
78
79 Aws::String m_expiryTime;
80 bool m_expiryTimeHasBeenSet = false;
81
82 Aws::String m_requestId;
83 bool m_requestIdHasBeenSet = false;
84 };
85
86} // namespace Model
87} // namespace Support
88} // namespace Aws
AWS_SUPPORT_API AddAttachmentsToSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SUPPORT_API AddAttachmentsToSetResult()=default
AddAttachmentsToSetResult & WithExpiryTime(ExpiryTimeT &&value)
AddAttachmentsToSetResult & WithRequestId(RequestIdT &&value)
AddAttachmentsToSetResult & WithAttachmentSetId(AttachmentSetIdT &&value)
AWS_SUPPORT_API AddAttachmentsToSetResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue