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/CommandInvocation.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename CommandInvocationsT = Aws::Vector<CommandInvocation>>
43 void SetCommandInvocations(CommandInvocationsT&& value) { m_commandInvocationsHasBeenSet =
true; m_commandInvocations = std::forward<CommandInvocationsT>(value); }
44 template<
typename CommandInvocationsT = Aws::Vector<CommandInvocation>>
46 template<
typename CommandInvocationsT = CommandInvocation>
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_commandInvocationsHasBeenSet =
false;
76 bool m_nextTokenHasBeenSet =
false;
79 bool m_requestIdHasBeenSet =
false;
ListCommandInvocationsResult & AddCommandInvocations(CommandInvocationsT &&value)
void SetCommandInvocations(CommandInvocationsT &&value)
ListCommandInvocationsResult & WithNextToken(NextTokenT &&value)
AWS_SSM_API ListCommandInvocationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< CommandInvocation > & GetCommandInvocations() const
ListCommandInvocationsResult & WithCommandInvocations(CommandInvocationsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SSM_API ListCommandInvocationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
const Aws::String & GetRequestId() const
ListCommandInvocationsResult & WithRequestId(RequestIdT &&value)
AWS_SSM_API ListCommandInvocationsResult()=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