7#include <aws/appintegrations/AppIntegrationsService_EXPORTS.h>
8#include <aws/appintegrations/model/ApplicationType.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AppIntegrationsService {
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
60 template <
typename IdT = Aws::String>
62 m_idHasBeenSet =
true;
63 m_id = std::forward<IdT>(value);
65 template <
typename IdT = Aws::String>
67 SetId(std::forward<IdT>(value));
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
96 template <
typename NamespaceT = Aws::String>
98 m_namespaceHasBeenSet =
true;
99 m_namespace = std::forward<NamespaceT>(value);
101 template <
typename NamespaceT = Aws::String>
114 template <
typename CreatedTimeT = Aws::Utils::DateTime>
116 m_createdTimeHasBeenSet =
true;
117 m_createdTime = std::forward<CreatedTimeT>(value);
119 template <
typename CreatedTimeT = Aws::Utils::DateTime>
132 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
134 m_lastModifiedTimeHasBeenSet =
true;
135 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
137 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
151 m_applicationTypeHasBeenSet =
true;
152 m_applicationType = value;
173 bool m_arnHasBeenSet =
false;
174 bool m_idHasBeenSet =
false;
175 bool m_nameHasBeenSet =
false;
176 bool m_namespaceHasBeenSet =
false;
177 bool m_createdTimeHasBeenSet =
false;
178 bool m_lastModifiedTimeHasBeenSet =
false;
179 bool m_applicationTypeHasBeenSet =
false;
bool ArnHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTime() const
bool CreatedTimeHasBeenSet() const
bool IdHasBeenSet() const
void SetArn(ArnT &&value)
ApplicationSummary & WithApplicationType(ApplicationType 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)
bool ApplicationTypeHasBeenSet() const
AWS_APPINTEGRATIONSSERVICE_API ApplicationSummary()=default
const Aws::Utils::DateTime & GetLastModifiedTime() const
ApplicationSummary & WithId(IdT &&value)
bool NamespaceHasBeenSet() const
void SetApplicationType(ApplicationType value)
ApplicationSummary & WithName(NameT &&value)
const Aws::String & GetName() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
ApplicationSummary & WithArn(ArnT &&value)
ApplicationType GetApplicationType() const
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