7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ssm/model/DocumentVersionInfo.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename DocumentVersionsT = Aws::Vector<DocumentVersionInfo>>
43 void SetDocumentVersions(DocumentVersionsT&& value) { m_documentVersionsHasBeenSet =
true; m_documentVersions = std::forward<DocumentVersionsT>(value); }
44 template<
typename DocumentVersionsT = Aws::Vector<DocumentVersionInfo>>
46 template<
typename DocumentVersionsT = DocumentVersionInfo>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
65 template<
typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
67 template<
typename RequestIdT = Aws::String>
73 bool m_documentVersionsHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
ListDocumentVersionsResult & WithDocumentVersions(DocumentVersionsT &&value)
void SetRequestId(RequestIdT &&value)
ListDocumentVersionsResult & WithRequestId(RequestIdT &&value)
AWS_SSM_API ListDocumentVersionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
const Aws::Vector< DocumentVersionInfo > & GetDocumentVersions() const
ListDocumentVersionsResult & AddDocumentVersions(DocumentVersionsT &&value)
AWS_SSM_API ListDocumentVersionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDocumentVersionsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetRequestId() const
void SetDocumentVersions(DocumentVersionsT &&value)
AWS_SSM_API ListDocumentVersionsResult()=default
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue