7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticmapreduce/EMRRequest.h>
10#include <aws/elasticmapreduce/EMR_EXPORTS.h>
40 template <
typename StudioIdT = Aws::String>
42 m_studioIdHasBeenSet =
true;
43 m_studioId = std::forward<StudioIdT>(value);
45 template <
typename StudioIdT = Aws::String>
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
98 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
100 m_subnetIdsHasBeenSet =
true;
101 m_subnetIds = std::forward<SubnetIdsT>(value);
103 template <
typename SubnetIdsT = Aws::Vector<Aws::String>>
108 template <
typename SubnetIdsT = Aws::String>
110 m_subnetIdsHasBeenSet =
true;
111 m_subnetIds.emplace_back(std::forward<SubnetIdsT>(value));
123 template <
typename DefaultS3LocationT = Aws::String>
125 m_defaultS3LocationHasBeenSet =
true;
126 m_defaultS3Location = std::forward<DefaultS3LocationT>(value);
128 template <
typename DefaultS3LocationT = Aws::String>
142 template <
typename EncryptionKeyArnT = Aws::String>
144 m_encryptionKeyArnHasBeenSet =
true;
145 m_encryptionKeyArn = std::forward<EncryptionKeyArnT>(value);
147 template <
typename EncryptionKeyArnT = Aws::String>
165 bool m_studioIdHasBeenSet =
false;
166 bool m_nameHasBeenSet =
false;
167 bool m_descriptionHasBeenSet =
false;
168 bool m_subnetIdsHasBeenSet =
false;
169 bool m_defaultS3LocationHasBeenSet =
false;
170 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