7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/networkmanager/model/Attachment.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace NetworkManager
42 template<
typename AttachmentsT = Aws::Vector<Attachment>>
43 void SetAttachments(AttachmentsT&& value) { m_attachmentsHasBeenSet =
true; m_attachments = std::forward<AttachmentsT>(value); }
44 template<
typename AttachmentsT = Aws::Vector<Attachment>>
46 template<
typename AttachmentsT = Attachment>
55 template<
typename NextTokenT = Aws::String>
56 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
57 template<
typename NextTokenT = Aws::String>
64 template<
typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
66 template<
typename RequestIdT = Aws::String>
72 bool m_attachmentsHasBeenSet =
false;
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_requestIdHasBeenSet =
false;
ListAttachmentsResult & AddAttachments(AttachmentsT &&value)
const Aws::Vector< Attachment > & GetAttachments() const
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
ListAttachmentsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetNextToken() const
AWS_NETWORKMANAGER_API ListAttachmentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_NETWORKMANAGER_API ListAttachmentsResult()=default
ListAttachmentsResult & WithNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
void SetAttachments(AttachmentsT &&value)
ListAttachmentsResult & WithAttachments(AttachmentsT &&value)
AWS_NETWORKMANAGER_API ListAttachmentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue