7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticmapreduce/model/Command.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
48 template<
typename BootstrapActionsT = Aws::Vector<Command>>
49 void SetBootstrapActions(BootstrapActionsT&& value) { m_bootstrapActionsHasBeenSet =
true; m_bootstrapActions = std::forward<BootstrapActionsT>(value); }
50 template<
typename BootstrapActionsT = Aws::Vector<Command>>
52 template<
typename BootstrapActionsT = Command>
61 template<
typename MarkerT = Aws::String>
62 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
63 template<
typename MarkerT = Aws::String>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_bootstrapActionsHasBeenSet =
false;
81 bool m_markerHasBeenSet =
false;
84 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetMarker() const
ListBootstrapActionsResult & WithBootstrapActions(BootstrapActionsT &&value)
ListBootstrapActionsResult & WithMarker(MarkerT &&value)
AWS_EMR_API ListBootstrapActionsResult()=default
ListBootstrapActionsResult & WithRequestId(RequestIdT &&value)
void SetMarker(MarkerT &&value)
void SetBootstrapActions(BootstrapActionsT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< Command > & GetBootstrapActions() const
void SetRequestId(RequestIdT &&value)
ListBootstrapActionsResult & AddBootstrapActions(BootstrapActionsT &&value)
AWS_EMR_API ListBootstrapActionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_EMR_API ListBootstrapActionsResult & 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