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/core/utils/memory/stl/AWSVector.h>
44 template<
typename StudioIdT = Aws::String>
45 void SetStudioId(StudioIdT&& value) { m_studioIdHasBeenSet =
true; m_studioId = std::forward<StudioIdT>(value); }
46 template<
typename StudioIdT = Aws::String>
56 template<
typename NameT = Aws::String>
57 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
58 template<
typename NameT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
84 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
85 void SetSubnetIds(SubnetIdsT&& value) { m_subnetIdsHasBeenSet =
true; m_subnetIds = std::forward<SubnetIdsT>(value); }
86 template<
typename SubnetIdsT = Aws::Vector<Aws::String>>
88 template<
typename SubnetIdsT = Aws::String>
99 template<
typename DefaultS3LocationT = Aws::String>
100 void SetDefaultS3Location(DefaultS3LocationT&& value) { m_defaultS3LocationHasBeenSet =
true; m_defaultS3Location = std::forward<DefaultS3LocationT>(value); }
101 template<
typename DefaultS3LocationT = Aws::String>
112 template<
typename EncryptionKeyArnT = Aws::String>
113 void SetEncryptionKeyArn(EncryptionKeyArnT&& value) { m_encryptionKeyArnHasBeenSet =
true; m_encryptionKeyArn = std::forward<EncryptionKeyArnT>(value); }
114 template<
typename EncryptionKeyArnT = Aws::String>
120 bool m_studioIdHasBeenSet =
false;
123 bool m_nameHasBeenSet =
false;
126 bool m_descriptionHasBeenSet =
false;
129 bool m_subnetIdsHasBeenSet =
false;
132 bool m_defaultS3LocationHasBeenSet =
false;
135 bool m_encryptionKeyArnHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetSubnetIds() const
void SetSubnetIds(SubnetIdsT &&value)
const Aws::String & GetStudioId() const
bool DefaultS3LocationHasBeenSet() const
UpdateStudioRequest & WithStudioId(StudioIdT &&value)
const Aws::String & GetName() const
void SetDefaultS3Location(DefaultS3LocationT &&value)
const Aws::String & GetDefaultS3Location() const
bool StudioIdHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
void SetEncryptionKeyArn(EncryptionKeyArnT &&value)
const Aws::String & GetEncryptionKeyArn() const
UpdateStudioRequest & WithSubnetIds(SubnetIdsT &&value)
bool SubnetIdsHasBeenSet() const
UpdateStudioRequest & WithDefaultS3Location(DefaultS3LocationT &&value)
AWS_EMR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_EMR_API UpdateStudioRequest()=default
void SetStudioId(StudioIdT &&value)
UpdateStudioRequest & WithName(NameT &&value)
UpdateStudioRequest & AddSubnetIds(SubnetIdsT &&value)
bool EncryptionKeyArnHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
AWS_EMR_API Aws::String SerializePayload() const override
UpdateStudioRequest & WithDescription(DescriptionT &&value)
UpdateStudioRequest & WithEncryptionKeyArn(EncryptionKeyArnT &&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