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>
66 inline void SetVisibleToAllUsers(
bool value) { m_visibleToAllUsersHasBeenSet =
true; m_visibleToAllUsers = value; }
72 bool m_jobFlowIdsHasBeenSet =
false;
74 bool m_visibleToAllUsers;
75 bool m_visibleToAllUsersHasBeenSet =
false;
void SetVisibleToAllUsers(bool value)
void SetJobFlowIds(Aws::Vector< Aws::String > &&value)
SetVisibleToAllUsersRequest & AddJobFlowIds(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
AWS_EMR_API Aws::String SerializePayload() const override
SetVisibleToAllUsersRequest & AddJobFlowIds(Aws::String &&value)
void SetJobFlowIds(const Aws::Vector< Aws::String > &value)
AWS_EMR_API SetVisibleToAllUsersRequest()
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
SetVisibleToAllUsersRequest & AddJobFlowIds(const char *value)
SetVisibleToAllUsersRequest & WithJobFlowIds(const Aws::Vector< Aws::String > &value)
SetVisibleToAllUsersRequest & WithJobFlowIds(Aws::Vector< Aws::String > &&value)
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