7#include <aws/ssm-sap/SsmSap_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ssm-sap/model/OperationEvent.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename OperationEventsT = Aws::Vector<OperationEvent>>
43 void SetOperationEvents(OperationEventsT&& value) { m_operationEventsHasBeenSet =
true; m_operationEvents = std::forward<OperationEventsT>(value); }
44 template<
typename OperationEventsT = Aws::Vector<OperationEvent>>
46 template<
typename OperationEventsT = OperationEvent>
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_operationEventsHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
ListOperationEventsResult & WithOperationEvents(OperationEventsT &&value)
const Aws::String & GetRequestId() const
AWS_SSMSAP_API ListOperationEventsResult()=default
const Aws::String & GetNextToken() const
AWS_SSMSAP_API ListOperationEventsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(NextTokenT &&value)
void SetOperationEvents(OperationEventsT &&value)
const Aws::Vector< OperationEvent > & GetOperationEvents() const
ListOperationEventsResult & WithRequestId(RequestIdT &&value)
AWS_SSMSAP_API ListOperationEventsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
ListOperationEventsResult & WithNextToken(NextTokenT &&value)
ListOperationEventsResult & AddOperationEvents(OperationEventsT &&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