7#include <aws/support/Support_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
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>
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>
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>
77 bool m_attachmentSetIdHasBeenSet =
false;
80 bool m_expiryTimeHasBeenSet =
false;
83 bool m_requestIdHasBeenSet =
false;
AWS_SUPPORT_API AddAttachmentsToSetResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SUPPORT_API AddAttachmentsToSetResult()=default
void SetExpiryTime(ExpiryTimeT &&value)
const Aws::String & GetAttachmentSetId() const
const Aws::String & GetExpiryTime() const
const Aws::String & GetRequestId() const
void SetAttachmentSetId(AttachmentSetIdT &&value)
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)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue