7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticmapreduce/EMR_EXPORTS.h>
10#include <aws/elasticmapreduce/model/AuthMode.h>
45 template <
typename StudioIdT = Aws::String>
47 m_studioIdHasBeenSet =
true;
48 m_studioId = std::forward<StudioIdT>(value);
50 template <
typename StudioIdT = Aws::String>
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
82 template <
typename VpcIdT = Aws::String>
84 m_vpcIdHasBeenSet =
true;
85 m_vpcId = std::forward<VpcIdT>(value);
87 template <
typename VpcIdT = Aws::String>
89 SetVpcId(std::forward<VpcIdT>(value));
100 template <
typename DescriptionT = Aws::String>
102 m_descriptionHasBeenSet =
true;
103 m_description = std::forward<DescriptionT>(value);
105 template <
typename DescriptionT = Aws::String>
118 template <
typename UrlT = Aws::String>
120 m_urlHasBeenSet =
true;
121 m_url = std::forward<UrlT>(value);
123 template <
typename UrlT = Aws::String>
125 SetUrl(std::forward<UrlT>(value));
138 m_authModeHasBeenSet =
true;
153 template <
typename CreationTimeT = Aws::Utils::DateTime>
155 m_creationTimeHasBeenSet =
true;
156 m_creationTime = std::forward<CreationTimeT>(value);
158 template <
typename CreationTimeT = Aws::Utils::DateTime>
178 bool m_studioIdHasBeenSet =
false;
179 bool m_nameHasBeenSet =
false;
180 bool m_vpcIdHasBeenSet =
false;
181 bool m_descriptionHasBeenSet =
false;
182 bool m_urlHasBeenSet =
false;
183 bool m_authModeHasBeenSet =
false;
184 bool m_creationTimeHasBeenSet =
false;
StudioSummary & WithVpcId(VpcIdT &&value)
void SetUrl(UrlT &&value)
bool StudioIdHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
bool VpcIdHasBeenSet() const
StudioSummary & WithCreationTime(CreationTimeT &&value)
void SetAuthMode(AuthMode value)
StudioSummary & WithUrl(UrlT &&value)
StudioSummary & WithName(NameT &&value)
const Aws::String & GetUrl() const
const Aws::String & GetVpcId() const
AWS_EMR_API StudioSummary()=default
bool CreationTimeHasBeenSet() const
AWS_EMR_API StudioSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UrlHasBeenSet() const
const Aws::String & GetName() const
void SetCreationTime(CreationTimeT &&value)
AWS_EMR_API StudioSummary(Aws::Utils::Json::JsonView jsonValue)
AuthMode GetAuthMode() const
bool AuthModeHasBeenSet() const
AWS_EMR_API Aws::Utils::Json::JsonValue Jsonize() const
StudioSummary & WithDescription(DescriptionT &&value)
void SetStudioId(StudioIdT &&value)
void SetVpcId(VpcIdT &&value)
StudioSummary & WithAuthMode(AuthMode value)
StudioSummary & WithStudioId(StudioIdT &&value)
bool NameHasBeenSet() const
const Aws::String & GetStudioId() const
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue