7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/elasticmapreduce/EMRRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename JobFlowIdsT = Aws::Vector<Aws::String>>
48 void SetJobFlowIds(JobFlowIdsT&& value) { m_jobFlowIdsHasBeenSet =
true; m_jobFlowIds = std::forward<JobFlowIdsT>(value); }
49 template<
typename JobFlowIdsT = Aws::Vector<Aws::String>>
51 template<
typename JobFlowIdsT = Aws::String>
65 inline void SetVisibleToAllUsers(
bool value) { m_visibleToAllUsersHasBeenSet =
true; m_visibleToAllUsers = value; }
71 bool m_jobFlowIdsHasBeenSet =
false;
73 bool m_visibleToAllUsers{
false};
74 bool m_visibleToAllUsersHasBeenSet =
false;
void SetVisibleToAllUsers(bool value)
void SetJobFlowIds(JobFlowIdsT &&value)
virtual const char * GetServiceRequestName() const override
AWS_EMR_API Aws::String SerializePayload() const override
SetVisibleToAllUsersRequest & AddJobFlowIds(JobFlowIdsT &&value)
SetVisibleToAllUsersRequest & WithJobFlowIds(JobFlowIdsT &&value)
bool JobFlowIdsHasBeenSet() const
bool VisibleToAllUsersHasBeenSet() const
bool GetVisibleToAllUsers() const
AWS_EMR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Vector< Aws::String > & GetJobFlowIds() const
AWS_EMR_API SetVisibleToAllUsersRequest()=default
SetVisibleToAllUsersRequest & WithVisibleToAllUsers(bool value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector