7#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
61 template<
typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
63 template<
typename ArnT = Aws::String>
74 template<
typename NameT = Aws::String>
75 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
76 template<
typename NameT = Aws::String>
86 template<
typename DescriptionT = Aws::String>
87 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
88 template<
typename DescriptionT = Aws::String>
99 template<
typename CreationTimeT = Aws::Utils::DateTime>
100 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
101 template<
typename CreationTimeT = Aws::Utils::DateTime>
112 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
113 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
114 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
120 bool m_idHasBeenSet =
false;
123 bool m_arnHasBeenSet =
false;
126 bool m_nameHasBeenSet =
false;
129 bool m_descriptionHasBeenSet =
false;
132 bool m_creationTimeHasBeenSet =
false;
135 bool m_lastUpdateTimeHasBeenSet =
false;
void SetArn(ArnT &&value)
bool LastUpdateTimeHasBeenSet() const
AWS_APPREGISTRY_API ApplicationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetId() const
ApplicationSummary & WithArn(ArnT &&value)
bool DescriptionHasBeenSet() const
ApplicationSummary & WithCreationTime(CreationTimeT &&value)
ApplicationSummary & WithId(IdT &&value)
void SetCreationTime(CreationTimeT &&value)
AWS_APPREGISTRY_API ApplicationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
ApplicationSummary & WithLastUpdateTime(LastUpdateTimeT &&value)
void SetLastUpdateTime(LastUpdateTimeT &&value)
ApplicationSummary & WithName(NameT &&value)
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetLastUpdateTime() const
AWS_APPREGISTRY_API ApplicationSummary()=default
ApplicationSummary & WithDescription(DescriptionT &&value)
bool IdHasBeenSet() const
const Aws::String & GetArn() const
AWS_APPREGISTRY_API Aws::Utils::Json::JsonValue Jsonize() const
bool CreationTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue