7#include <aws/elasticmapreduce/EMR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticmapreduce/model/AuthMode.h>
10#include <aws/core/utils/DateTime.h>
51 template<
typename StudioIdT = Aws::String>
52 void SetStudioId(StudioIdT&& value) { m_studioIdHasBeenSet =
true; m_studioId = std::forward<StudioIdT>(value); }
53 template<
typename StudioIdT = Aws::String>
63 template<
typename NameT = Aws::String>
64 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
65 template<
typename NameT = Aws::String>
76 template<
typename VpcIdT = Aws::String>
77 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
78 template<
typename VpcIdT = Aws::String>
88 template<
typename DescriptionT = Aws::String>
89 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
90 template<
typename DescriptionT = Aws::String>
100 template<
typename UrlT = Aws::String>
101 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
102 template<
typename UrlT = Aws::String>
123 template<
typename CreationTimeT = Aws::Utils::DateTime>
124 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
125 template<
typename CreationTimeT = Aws::Utils::DateTime>
131 bool m_studioIdHasBeenSet =
false;
134 bool m_nameHasBeenSet =
false;
137 bool m_vpcIdHasBeenSet =
false;
140 bool m_descriptionHasBeenSet =
false;
143 bool m_urlHasBeenSet =
false;
146 bool m_authModeHasBeenSet =
false;
149 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