7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace AmplifyUIBuilder
48 template<
typename AppIdT = Aws::String>
49 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
50 template<
typename AppIdT = Aws::String>
61 template<
typename EnvironmentNameT = Aws::String>
62 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
63 template<
typename EnvironmentNameT = Aws::String>
73 template<
typename IdT = Aws::String>
74 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
75 template<
typename IdT = Aws::String>
85 template<
typename CreatedAtT = Aws::Utils::DateTime>
86 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
87 template<
typename CreatedAtT = Aws::Utils::DateTime>
97 template<
typename ModifiedAtT = Aws::Utils::DateTime>
98 void SetModifiedAt(ModifiedAtT&& value) { m_modifiedAtHasBeenSet =
true; m_modifiedAt = std::forward<ModifiedAtT>(value); }
99 template<
typename ModifiedAtT = Aws::Utils::DateTime>
105 bool m_appIdHasBeenSet =
false;
108 bool m_environmentNameHasBeenSet =
false;
111 bool m_idHasBeenSet =
false;
114 bool m_createdAtHasBeenSet =
false;
117 bool m_modifiedAtHasBeenSet =
false;
bool IdHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API CodegenJobSummary()=default
void SetModifiedAt(ModifiedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
CodegenJobSummary & WithCreatedAt(CreatedAtT &&value)
AWS_AMPLIFYUIBUILDER_API CodegenJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreatedAt() const
bool AppIdHasBeenSet() const
CodegenJobSummary & WithEnvironmentName(EnvironmentNameT &&value)
CodegenJobSummary & WithId(IdT &&value)
const Aws::Utils::DateTime & GetModifiedAt() const
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
CodegenJobSummary & WithAppId(AppIdT &&value)
const Aws::String & GetEnvironmentName() const
const Aws::String & GetAppId() const
bool CreatedAtHasBeenSet() const
void SetEnvironmentName(EnvironmentNameT &&value)
bool ModifiedAtHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API CodegenJobSummary(Aws::Utils::Json::JsonView jsonValue)
bool EnvironmentNameHasBeenSet() const
const Aws::String & GetId() const
CodegenJobSummary & WithModifiedAt(ModifiedAtT &&value)
void SetAppId(AppIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue