7#include <aws/emr-serverless/EMRServerless_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/emr-serverless/model/ApplicationState.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/emr-serverless/model/Architecture.h>
24namespace EMRServerless
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
74 template<
typename ArnT = Aws::String>
75 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
76 template<
typename ArnT = Aws::String>
86 template<
typename ReleaseLabelT = Aws::String>
87 void SetReleaseLabel(ReleaseLabelT&& value) { m_releaseLabelHasBeenSet =
true; m_releaseLabel = std::forward<ReleaseLabelT>(value); }
88 template<
typename ReleaseLabelT = Aws::String>
98 template<
typename TypeT = Aws::String>
99 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
100 template<
typename TypeT = Aws::String>
120 template<
typename StateDetailsT = Aws::String>
121 void SetStateDetails(StateDetailsT&& value) { m_stateDetailsHasBeenSet =
true; m_stateDetails = std::forward<StateDetailsT>(value); }
122 template<
typename StateDetailsT = Aws::String>
132 template<
typename CreatedAtT = Aws::Utils::DateTime>
133 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
134 template<
typename CreatedAtT = Aws::Utils::DateTime>
144 template<
typename UpdatedAtT = Aws::Utils::DateTime>
145 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
146 template<
typename UpdatedAtT = Aws::Utils::DateTime>
162 bool m_idHasBeenSet =
false;
165 bool m_nameHasBeenSet =
false;
168 bool m_arnHasBeenSet =
false;
171 bool m_releaseLabelHasBeenSet =
false;
174 bool m_typeHasBeenSet =
false;
177 bool m_stateHasBeenSet =
false;
180 bool m_stateDetailsHasBeenSet =
false;
183 bool m_createdAtHasBeenSet =
false;
186 bool m_updatedAtHasBeenSet =
false;
189 bool m_architectureHasBeenSet =
false;
bool ArchitectureHasBeenSet() const
AWS_EMRSERVERLESS_API ApplicationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreatedAtHasBeenSet() const
void SetArn(ArnT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetReleaseLabel(ReleaseLabelT &&value)
bool ReleaseLabelHasBeenSet() const
bool UpdatedAtHasBeenSet() const
AWS_EMRSERVERLESS_API Aws::Utils::Json::JsonValue Jsonize() const
bool StateDetailsHasBeenSet() const
ApplicationSummary & WithType(TypeT &&value)
bool StateHasBeenSet() const
void SetArchitecture(Architecture value)
void SetType(TypeT &&value)
const Aws::String & GetName() const
ApplicationSummary & WithState(ApplicationState value)
const Aws::String & GetReleaseLabel() const
bool IdHasBeenSet() const
const Aws::String & GetType() const
void SetState(ApplicationState value)
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
ApplicationSummary & WithName(NameT &&value)
ApplicationSummary & WithStateDetails(StateDetailsT &&value)
bool NameHasBeenSet() const
AWS_EMRSERVERLESS_API ApplicationSummary()=default
ApplicationSummary & WithReleaseLabel(ReleaseLabelT &&value)
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
ApplicationSummary & WithUpdatedAt(UpdatedAtT &&value)
ApplicationState GetState() const
ApplicationSummary & WithArn(ArnT &&value)
bool TypeHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
ApplicationSummary & WithId(IdT &&value)
ApplicationSummary & WithArchitecture(Architecture value)
void SetStateDetails(StateDetailsT &&value)
AWS_EMRSERVERLESS_API ApplicationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedAt() const
ApplicationSummary & WithCreatedAt(CreatedAtT &&value)
Architecture GetArchitecture() const
const Aws::String & GetStateDetails() const
const Aws::String & GetId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue