7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/opensearch/OpenSearchService_EXPORTS.h>
11#include <aws/opensearch/model/AppConfig.h>
12#include <aws/opensearch/model/DataSource.h>
13#include <aws/opensearch/model/IamIdentityCenterOptions.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace OpenSearchService {
39 template <
typename IdT = Aws::String>
41 m_idHasBeenSet =
true;
42 m_id = std::forward<IdT>(value);
44 template <
typename IdT = Aws::String>
46 SetId(std::forward<IdT>(value));
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
71 template <
typename ArnT = Aws::String>
73 m_arnHasBeenSet =
true;
74 m_arn = std::forward<ArnT>(value);
76 template <
typename ArnT = Aws::String>
78 SetArn(std::forward<ArnT>(value));
88 template <
typename DataSourcesT = Aws::Vector<DataSource>>
90 m_dataSourcesHasBeenSet =
true;
91 m_dataSources = std::forward<DataSourcesT>(value);
93 template <
typename DataSourcesT = Aws::Vector<DataSource>>
98 template <
typename DataSourcesT = DataSource>
100 m_dataSourcesHasBeenSet =
true;
101 m_dataSources.emplace_back(std::forward<DataSourcesT>(value));
112 template <
typename IamIdentityCenterOptionsT = IamIdentityCenterOptions>
114 m_iamIdentityCenterOptionsHasBeenSet =
true;
115 m_iamIdentityCenterOptions = std::forward<IamIdentityCenterOptionsT>(value);
117 template <
typename IamIdentityCenterOptionsT = IamIdentityCenterOptions>
129 template <
typename AppConfigsT = Aws::Vector<AppConfig>>
131 m_appConfigsHasBeenSet =
true;
132 m_appConfigs = std::forward<AppConfigsT>(value);
134 template <
typename AppConfigsT = Aws::Vector<AppConfig>>
139 template <
typename AppConfigsT = AppConfig>
141 m_appConfigsHasBeenSet =
true;
142 m_appConfigs.emplace_back(std::forward<AppConfigsT>(value));
152 template <
typename CreatedAtT = Aws::Utils::DateTime>
154 m_createdAtHasBeenSet =
true;
155 m_createdAt = std::forward<CreatedAtT>(value);
157 template <
typename CreatedAtT = Aws::Utils::DateTime>
169 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
171 m_lastUpdatedAtHasBeenSet =
true;
172 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
174 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
184 template <
typename RequestIdT = Aws::String>
186 m_requestIdHasBeenSet =
true;
187 m_requestId = std::forward<RequestIdT>(value);
189 template <
typename RequestIdT = Aws::String>
213 bool m_idHasBeenSet =
false;
214 bool m_nameHasBeenSet =
false;
215 bool m_arnHasBeenSet =
false;
216 bool m_dataSourcesHasBeenSet =
false;
217 bool m_iamIdentityCenterOptionsHasBeenSet =
false;
218 bool m_appConfigsHasBeenSet =
false;
219 bool m_createdAtHasBeenSet =
false;
220 bool m_lastUpdatedAtHasBeenSet =
false;
221 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetId() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
UpdateApplicationResult & AddAppConfigs(AppConfigsT &&value)
const Aws::Vector< AppConfig > & GetAppConfigs() const
UpdateApplicationResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
UpdateApplicationResult & WithName(NameT &&value)
const IamIdentityCenterOptions & GetIamIdentityCenterOptions() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetName(NameT &&value)
UpdateApplicationResult & AddDataSources(DataSourcesT &&value)
UpdateApplicationResult & WithRequestId(RequestIdT &&value)
void SetDataSources(DataSourcesT &&value)
AWS_OPENSEARCHSERVICE_API UpdateApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAppConfigs(AppConfigsT &&value)
const Aws::String & GetRequestId() const
UpdateApplicationResult & WithId(IdT &&value)
const Aws::String & GetArn() const
UpdateApplicationResult & WithAppConfigs(AppConfigsT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetCreatedAt(CreatedAtT &&value)
void SetIamIdentityCenterOptions(IamIdentityCenterOptionsT &&value)
UpdateApplicationResult & WithDataSources(DataSourcesT &&value)
void SetRequestId(RequestIdT &&value)
UpdateApplicationResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetName() const
UpdateApplicationResult & WithArn(ArnT &&value)
const Aws::Vector< DataSource > & GetDataSources() const
AWS_OPENSEARCHSERVICE_API UpdateApplicationResult()=default
AWS_OPENSEARCHSERVICE_API UpdateApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateApplicationResult & WithIamIdentityCenterOptions(IamIdentityCenterOptionsT &&value)
void SetArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue