7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/elasticmapreduce/EMRRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/elasticmapreduce/model/AuthMode.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/elasticmapreduce/model/IdcUserAssignment.h>
13#include <aws/elasticmapreduce/model/Tag.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename DescriptionT = Aws::String>
60 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
61 template<
typename DescriptionT = Aws::String>
83 template<
typename VpcIdT = Aws::String>
84 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
85 template<
typename VpcIdT = Aws::String>
98 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
99 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
100 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
102 template<
typename SubnetIdsT = Aws::String>
114 template<
typename ServiceRoleT = Aws::String>
115 void SetServiceRole(ServiceRoleT&& value) { m_serviceRoleHasBeenSet =
true; m_serviceRole = std::forward<ServiceRoleT>(value); }
116 template<
typename ServiceRoleT = Aws::String>
129 template<
typename UserRoleT = Aws::String>
130 void SetUserRole(UserRoleT&& value) { m_userRoleHasBeenSet =
true; m_userRole = std::forward<UserRoleT>(value); }
131 template<
typename UserRoleT = Aws::String>
144 template<
typename WorkspaceSecurityGroupIdT = Aws::String>
145 void SetWorkspaceSecurityGroupId(WorkspaceSecurityGroupIdT&& value) { m_workspaceSecurityGroupIdHasBeenSet =
true; m_workspaceSecurityGroupId = std::forward<WorkspaceSecurityGroupIdT>(value); }
146 template<
typename WorkspaceSecurityGroupIdT = Aws::String>
158 template<
typename EngineSecurityGroupIdT = Aws::String>
159 void SetEngineSecurityGroupId(EngineSecurityGroupIdT&& value) { m_engineSecurityGroupIdHasBeenSet =
true; m_engineSecurityGroupId = std::forward<EngineSecurityGroupIdT>(value); }
160 template<
typename EngineSecurityGroupIdT = Aws::String>
171 template<
typename DefaultS3LocationT = Aws::String>
172 void SetDefaultS3Location(DefaultS3LocationT&& value) { m_defaultS3LocationHasBeenSet =
true; m_defaultS3Location = std::forward<DefaultS3LocationT>(value); }
173 template<
typename DefaultS3LocationT = Aws::String>
186 template<
typename IdpAuthUrlT = Aws::String>
187 void SetIdpAuthUrl(IdpAuthUrlT&& value) { m_idpAuthUrlHasBeenSet =
true; m_idpAuthUrl = std::forward<IdpAuthUrlT>(value); }
188 template<
typename IdpAuthUrlT = Aws::String>
202 template<
typename IdpRelayStateParameterNameT = Aws::String>
203 void SetIdpRelayStateParameterName(IdpRelayStateParameterNameT&& value) { m_idpRelayStateParameterNameHasBeenSet =
true; m_idpRelayStateParameterName = std::forward<IdpRelayStateParameterNameT>(value); }
204 template<
typename IdpRelayStateParameterNameT = Aws::String>
216 template<
typename TagsT = Aws::Vector<Tag>>
217 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
218 template<
typename TagsT = Aws::Vector<Tag>>
220 template<
typename TagsT = Tag>
255 template<
typename IdcInstanceArnT = Aws::String>
256 void SetIdcInstanceArn(IdcInstanceArnT&& value) { m_idcInstanceArnHasBeenSet =
true; m_idcInstanceArn = std::forward<IdcInstanceArnT>(value); }
257 template<
typename IdcInstanceArnT = Aws::String>
268 template<
typename EncryptionKeyArnT = Aws::String>
269 void SetEncryptionKeyArn(EncryptionKeyArnT&& value) { m_encryptionKeyArnHasBeenSet =
true; m_encryptionKeyArn = std::forward<EncryptionKeyArnT>(value); }
270 template<
typename EncryptionKeyArnT = Aws::String>
276 bool m_nameHasBeenSet =
false;
279 bool m_descriptionHasBeenSet =
false;
282 bool m_authModeHasBeenSet =
false;
285 bool m_vpcIdHasBeenSet =
false;
288 bool m_subnetIdsHasBeenSet =
false;
291 bool m_serviceRoleHasBeenSet =
false;
294 bool m_userRoleHasBeenSet =
false;
297 bool m_workspaceSecurityGroupIdHasBeenSet =
false;
300 bool m_engineSecurityGroupIdHasBeenSet =
false;
303 bool m_defaultS3LocationHasBeenSet =
false;
306 bool m_idpAuthUrlHasBeenSet =
false;
309 bool m_idpRelayStateParameterNameHasBeenSet =
false;
312 bool m_tagsHasBeenSet =
false;
314 bool m_trustedIdentityPropagationEnabled{
false};
315 bool m_trustedIdentityPropagationEnabledHasBeenSet =
false;
318 bool m_idcUserAssignmentHasBeenSet =
false;
321 bool m_idcInstanceArnHasBeenSet =
false;
324 bool m_encryptionKeyArnHasBeenSet =
false;
const Aws::String & GetUserRole() const
const Aws::String & GetWorkspaceSecurityGroupId() const
bool VpcIdHasBeenSet() const
const Aws::String & GetIdcInstanceArn() const
AWS_EMR_API CreateStudioRequest()=default
CreateStudioRequest & WithVpcId(VpcIdT &&value)
const Aws::String & GetEncryptionKeyArn() const
bool GetTrustedIdentityPropagationEnabled() const
CreateStudioRequest & WithTags(TagsT &&value)
const Aws::String & GetDescription() const
CreateStudioRequest & WithTrustedIdentityPropagationEnabled(bool value)
bool SubnetIdsHasBeenSet() const
void SetDefaultS3Location(DefaultS3LocationT &&value)
const Aws::String & GetServiceRole() const
const Aws::Vector< Tag > & GetTags() const
void SetName(NameT &&value)
CreateStudioRequest & WithIdpAuthUrl(IdpAuthUrlT &&value)
AWS_EMR_API Aws::String SerializePayload() const override
void SetTrustedIdentityPropagationEnabled(bool value)
CreateStudioRequest & WithSubnetIds(SubnetIdsT &&value)
bool IdpRelayStateParameterNameHasBeenSet() const
const Aws::String & GetName() const
AWS_EMR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateStudioRequest & WithUserRole(UserRoleT &&value)
void SetIdpRelayStateParameterName(IdpRelayStateParameterNameT &&value)
void SetUserRole(UserRoleT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetEngineSecurityGroupId() const
void SetIdpAuthUrl(IdpAuthUrlT &&value)
IdcUserAssignment GetIdcUserAssignment() const
void SetTags(TagsT &&value)
bool UserRoleHasBeenSet() const
void SetVpcId(VpcIdT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetVpcId() const
CreateStudioRequest & WithName(NameT &&value)
CreateStudioRequest & WithIdpRelayStateParameterName(IdpRelayStateParameterNameT &&value)
bool TrustedIdentityPropagationEnabledHasBeenSet() const
void SetServiceRole(ServiceRoleT &&value)
bool EngineSecurityGroupIdHasBeenSet() const
CreateStudioRequest & WithEncryptionKeyArn(EncryptionKeyArnT &&value)
CreateStudioRequest & WithWorkspaceSecurityGroupId(WorkspaceSecurityGroupIdT &&value)
bool WorkspaceSecurityGroupIdHasBeenSet() const
bool IdcInstanceArnHasBeenSet() const
void SetIdcUserAssignment(IdcUserAssignment value)
void SetAuthMode(AuthMode value)
void SetEngineSecurityGroupId(EngineSecurityGroupIdT &&value)
void SetSubnetIds(SubnetIdsT &&value)
AuthMode GetAuthMode() const
CreateStudioRequest & WithEngineSecurityGroupId(EngineSecurityGroupIdT &&value)
virtual const char * GetServiceRequestName() const override
bool DefaultS3LocationHasBeenSet() const
CreateStudioRequest & AddSubnetIds(SubnetIdsT &&value)
void SetWorkspaceSecurityGroupId(WorkspaceSecurityGroupIdT &&value)
bool IdpAuthUrlHasBeenSet() const
CreateStudioRequest & WithDefaultS3Location(DefaultS3LocationT &&value)
CreateStudioRequest & WithIdcInstanceArn(IdcInstanceArnT &&value)
CreateStudioRequest & WithServiceRole(ServiceRoleT &&value)
void SetIdcInstanceArn(IdcInstanceArnT &&value)
void SetEncryptionKeyArn(EncryptionKeyArnT &&value)
CreateStudioRequest & WithDescription(DescriptionT &&value)
bool IdcUserAssignmentHasBeenSet() const
const Aws::String & GetDefaultS3Location() const
CreateStudioRequest & AddTags(TagsT &&value)
const Aws::String & GetIdpRelayStateParameterName() const
void SetDescription(DescriptionT &&value)
CreateStudioRequest & WithIdcUserAssignment(IdcUserAssignment value)
bool EncryptionKeyArnHasBeenSet() const
const Aws::Vector< Aws::String > & GetSubnetIds() const
bool AuthModeHasBeenSet() const
CreateStudioRequest & WithAuthMode(AuthMode value)
const Aws::String & GetIdpAuthUrl() const
bool ServiceRoleHasBeenSet() const
bool NameHasBeenSet() const
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