7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace AppIntegrationsService
47 template<
typename ArnT = Aws::String>
48 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
49 template<
typename ArnT = Aws::String>
59 template<
typename IdT = Aws::String>
60 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
61 template<
typename IdT = Aws::String>
71 template<
typename NameT = Aws::String>
72 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
73 template<
typename NameT = Aws::String>
83 template<
typename NamespaceT = Aws::String>
84 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
85 template<
typename NamespaceT = Aws::String>
95 template<
typename CreatedTimeT = Aws::Utils::DateTime>
96 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
97 template<
typename CreatedTimeT = Aws::Utils::DateTime>
107 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
108 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
109 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
115 bool m_arnHasBeenSet =
false;
118 bool m_idHasBeenSet =
false;
121 bool m_nameHasBeenSet =
false;
124 bool m_namespaceHasBeenSet =
false;
127 bool m_createdTimeHasBeenSet =
false;
130 bool m_lastModifiedTimeHasBeenSet =
false;
bool ArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTime() const
bool CreatedTimeHasBeenSet() const
bool IdHasBeenSet() const
void SetArn(ArnT &&value)
void SetNamespace(NamespaceT &&value)
const Aws::String & GetId() const
void SetName(NameT &&value)
ApplicationSummary & WithNamespace(NamespaceT &&value)
bool LastModifiedTimeHasBeenSet() const
const Aws::String & GetArn() const
ApplicationSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
bool NameHasBeenSet() const
AWS_APPINTEGRATIONSSERVICE_API ApplicationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPINTEGRATIONSSERVICE_API ApplicationSummary()=default
const Aws::Utils::DateTime & GetLastModifiedTime() const
ApplicationSummary & WithId(IdT &&value)
bool NamespaceHasBeenSet() const
ApplicationSummary & WithName(NameT &&value)
const Aws::String & GetName() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
ApplicationSummary & WithArn(ArnT &&value)
ApplicationSummary & WithCreatedTime(CreatedTimeT &&value)
AWS_APPINTEGRATIONSSERVICE_API ApplicationSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedTime(CreatedTimeT &&value)
AWS_APPINTEGRATIONSSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetNamespace() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue