AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
39
40
42
48 inline const Aws::String& GetAttachmentSetId() const{ return m_attachmentSetId; }
49 inline void SetAttachmentSetId(const Aws::String& value) { m_attachmentSetId = value; }
50 inline void SetAttachmentSetId(Aws::String&& value) { m_attachmentSetId = std::move(value); }
51 inline void SetAttachmentSetId(const char* value) { m_attachmentSetId.assign(value); }
52 inline AddAttachmentsToSetResult& WithAttachmentSetId(const Aws::String& value) { SetAttachmentSetId(value); return *this;}
53 inline AddAttachmentsToSetResult& WithAttachmentSetId(Aws::String&& value) { SetAttachmentSetId(std::move(value)); return *this;}
54 inline AddAttachmentsToSetResult& WithAttachmentSetId(const char* value) { SetAttachmentSetId(value); return *this;}
56
58
61 inline const Aws::String& GetExpiryTime() const{ return m_expiryTime; }
62 inline void SetExpiryTime(const Aws::String& value) { m_expiryTime = value; }
63 inline void SetExpiryTime(Aws::String&& value) { m_expiryTime = std::move(value); }
64 inline void SetExpiryTime(const char* value) { m_expiryTime.assign(value); }
65 inline AddAttachmentsToSetResult& WithExpiryTime(const Aws::String& value) { SetExpiryTime(value); return *this;}
66 inline AddAttachmentsToSetResult& WithExpiryTime(Aws::String&& value) { SetExpiryTime(std::move(value)); return *this;}
67 inline AddAttachmentsToSetResult& WithExpiryTime(const char* value) { SetExpiryTime(value); return *this;}
69
71
72 inline const Aws::String& GetRequestId() const{ return m_requestId; }
73 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
74 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
75 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
76 inline AddAttachmentsToSetResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
77 inline AddAttachmentsToSetResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
78 inline AddAttachmentsToSetResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
80 private:
81
82 Aws::String m_attachmentSetId;
83
84 Aws::String m_expiryTime;
85
86 Aws::String m_requestId;
87 };
88
89} // namespace Model
90} // namespace Support
91} // namespace Aws
AddAttachmentsToSetResult & WithExpiryTime(Aws::String &&value)
AddAttachmentsToSetResult & WithExpiryTime(const Aws::String &value)
AWS_SUPPORT_API AddAttachmentsToSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AddAttachmentsToSetResult & WithAttachmentSetId(const Aws::String &value)
AddAttachmentsToSetResult & WithExpiryTime(const char *value)
AddAttachmentsToSetResult & WithRequestId(Aws::String &&value)
AddAttachmentsToSetResult & WithRequestId(const Aws::String &value)
AddAttachmentsToSetResult & WithAttachmentSetId(const char *value)
AddAttachmentsToSetResult & WithRequestId(const char *value)
AddAttachmentsToSetResult & WithAttachmentSetId(Aws::String &&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