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/qbusiness/QBusiness_EXPORTS.h>
11#include <aws/qbusiness/model/ApplicationStatus.h>
12#include <aws/qbusiness/model/AppliedAttachmentsConfiguration.h>
13#include <aws/qbusiness/model/AutoSubscriptionConfiguration.h>
14#include <aws/qbusiness/model/EncryptionConfiguration.h>
15#include <aws/qbusiness/model/ErrorDetail.h>
16#include <aws/qbusiness/model/IdentityType.h>
17#include <aws/qbusiness/model/PersonalizationConfiguration.h>
18#include <aws/qbusiness/model/QAppsConfiguration.h>
19#include <aws/qbusiness/model/QuickSightConfiguration.h>
24template <
typename RESULT_TYPE>
25class AmazonWebServiceResult;
45 template <
typename DisplayNameT = Aws::String>
47 m_displayNameHasBeenSet =
true;
48 m_displayName = std::forward<DisplayNameT>(value);
50 template <
typename DisplayNameT = Aws::String>
62 template <
typename ApplicationIdT = Aws::String>
64 m_applicationIdHasBeenSet =
true;
65 m_applicationId = std::forward<ApplicationIdT>(value);
67 template <
typename ApplicationIdT = Aws::String>
79 template <
typename ApplicationArnT = Aws::String>
81 m_applicationArnHasBeenSet =
true;
82 m_applicationArn = std::forward<ApplicationArnT>(value);
84 template <
typename ApplicationArnT = Aws::String>
97 m_identityTypeHasBeenSet =
true;
98 m_identityType = value;
112 template <
typename IamIdentityProv
iderArnT = Aws::String>
114 m_iamIdentityProviderArnHasBeenSet =
true;
115 m_iamIdentityProviderArn = std::forward<IamIdentityProviderArnT>(value);
117 template <
typename IamIdentityProv
iderArnT = Aws::String>
130 template <
typename IdentityCenterApplicationArnT = Aws::String>
132 m_identityCenterApplicationArnHasBeenSet =
true;
133 m_identityCenterApplicationArn = std::forward<IdentityCenterApplicationArnT>(value);
135 template <
typename IdentityCenterApplicationArnT = Aws::String>
148 template <
typename RoleArnT = Aws::String>
150 m_roleArnHasBeenSet =
true;
151 m_roleArn = std::forward<RoleArnT>(value);
153 template <
typename RoleArnT = Aws::String>
166 m_statusHasBeenSet =
true;
180 template <
typename DescriptionT = Aws::String>
182 m_descriptionHasBeenSet =
true;
183 m_description = std::forward<DescriptionT>(value);
185 template <
typename DescriptionT = Aws::String>
198 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
200 m_encryptionConfigurationHasBeenSet =
true;
201 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
203 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
216 template <
typename CreatedAtT = Aws::Utils::DateTime>
218 m_createdAtHasBeenSet =
true;
219 m_createdAt = std::forward<CreatedAtT>(value);
221 template <
typename CreatedAtT = Aws::Utils::DateTime>
234 template <
typename UpdatedAtT = Aws::Utils::DateTime>
236 m_updatedAtHasBeenSet =
true;
237 m_updatedAt = std::forward<UpdatedAtT>(value);
239 template <
typename UpdatedAtT = Aws::Utils::DateTime>
253 template <
typename ErrorT = ErrorDetail>
255 m_errorHasBeenSet =
true;
256 m_error = std::forward<ErrorT>(value);
258 template <
typename ErrorT = ErrorDetail>
260 SetError(std::forward<ErrorT>(value));
270 template <
typename AttachmentsConfigurationT = AppliedAttachmentsConfiguration>
272 m_attachmentsConfigurationHasBeenSet =
true;
273 m_attachmentsConfiguration = std::forward<AttachmentsConfigurationT>(value);
275 template <
typename AttachmentsConfigurationT = AppliedAttachmentsConfiguration>
288 template <
typename QAppsConfigurationT = QAppsConfiguration>
290 m_qAppsConfigurationHasBeenSet =
true;
291 m_qAppsConfiguration = std::forward<QAppsConfigurationT>(value);
293 template <
typename QAppsConfigurationT = QAppsConfiguration>
308 template <
typename PersonalizationConfigurationT = PersonalizationConfiguration>
310 m_personalizationConfigurationHasBeenSet =
true;
311 m_personalizationConfiguration = std::forward<PersonalizationConfigurationT>(value);
313 template <
typename PersonalizationConfigurationT = PersonalizationConfiguration>
326 template <
typename AutoSubscriptionConfigurationT = AutoSubscriptionConfiguration>
328 m_autoSubscriptionConfigurationHasBeenSet =
true;
329 m_autoSubscriptionConfiguration = std::forward<AutoSubscriptionConfigurationT>(value);
331 template <
typename AutoSubscriptionConfigurationT = AutoSubscriptionConfiguration>
343 template <
typename ClientIdsForOIDCT = Aws::Vector<Aws::String>>
345 m_clientIdsForOIDCHasBeenSet =
true;
346 m_clientIdsForOIDC = std::forward<ClientIdsForOIDCT>(value);
348 template <
typename ClientIdsForOIDCT = Aws::Vector<Aws::String>>
353 template <
typename ClientIdsForOIDCT = Aws::String>
355 m_clientIdsForOIDCHasBeenSet =
true;
356 m_clientIdsForOIDC.emplace_back(std::forward<ClientIdsForOIDCT>(value));
367 template <
typename QuickSightConfigurationT = QuickSightConfiguration>
369 m_quickSightConfigurationHasBeenSet =
true;
370 m_quickSightConfiguration = std::forward<QuickSightConfigurationT>(value);
372 template <
typename QuickSightConfigurationT = QuickSightConfiguration>
382 template <
typename RequestIdT = Aws::String>
384 m_requestIdHasBeenSet =
true;
385 m_requestId = std::forward<RequestIdT>(value);
387 template <
typename RequestIdT = Aws::String>
412 EncryptionConfiguration m_encryptionConfiguration;
420 AppliedAttachmentsConfiguration m_attachmentsConfiguration;
422 QAppsConfiguration m_qAppsConfiguration;
424 PersonalizationConfiguration m_personalizationConfiguration;
426 AutoSubscriptionConfiguration m_autoSubscriptionConfiguration;
430 QuickSightConfiguration m_quickSightConfiguration;
433 bool m_displayNameHasBeenSet =
false;
434 bool m_applicationIdHasBeenSet =
false;
435 bool m_applicationArnHasBeenSet =
false;
436 bool m_identityTypeHasBeenSet =
false;
437 bool m_iamIdentityProviderArnHasBeenSet =
false;
438 bool m_identityCenterApplicationArnHasBeenSet =
false;
439 bool m_roleArnHasBeenSet =
false;
440 bool m_statusHasBeenSet =
false;
441 bool m_descriptionHasBeenSet =
false;
442 bool m_encryptionConfigurationHasBeenSet =
false;
443 bool m_createdAtHasBeenSet =
false;
444 bool m_updatedAtHasBeenSet =
false;
445 bool m_errorHasBeenSet =
false;
446 bool m_attachmentsConfigurationHasBeenSet =
false;
447 bool m_qAppsConfigurationHasBeenSet =
false;
448 bool m_personalizationConfigurationHasBeenSet =
false;
449 bool m_autoSubscriptionConfigurationHasBeenSet =
false;
450 bool m_clientIdsForOIDCHasBeenSet =
false;
451 bool m_quickSightConfigurationHasBeenSet =
false;
452 bool m_requestIdHasBeenSet =
false;
void SetUpdatedAt(UpdatedAtT &&value)
GetApplicationResult & WithApplicationArn(ApplicationArnT &&value)
const EncryptionConfiguration & GetEncryptionConfiguration() const
const PersonalizationConfiguration & GetPersonalizationConfiguration() const
const AutoSubscriptionConfiguration & GetAutoSubscriptionConfiguration() const
const Aws::String & GetApplicationArn() const
void SetApplicationId(ApplicationIdT &&value)
GetApplicationResult & WithDescription(DescriptionT &&value)
GetApplicationResult & WithError(ErrorT &&value)
GetApplicationResult & WithDisplayName(DisplayNameT &&value)
void SetAttachmentsConfiguration(AttachmentsConfigurationT &&value)
GetApplicationResult & WithAutoSubscriptionConfiguration(AutoSubscriptionConfigurationT &&value)
GetApplicationResult & WithRoleArn(RoleArnT &&value)
void SetDisplayName(DisplayNameT &&value)
ApplicationStatus GetStatus() const
const AppliedAttachmentsConfiguration & GetAttachmentsConfiguration() const
void SetError(ErrorT &&value)
IdentityType GetIdentityType() const
GetApplicationResult & WithCreatedAt(CreatedAtT &&value)
const QuickSightConfiguration & GetQuickSightConfiguration() const
GetApplicationResult & WithApplicationId(ApplicationIdT &&value)
GetApplicationResult & WithPersonalizationConfiguration(PersonalizationConfigurationT &&value)
GetApplicationResult & WithClientIdsForOIDC(ClientIdsForOIDCT &&value)
void SetQAppsConfiguration(QAppsConfigurationT &&value)
const Aws::String & GetDisplayName() const
GetApplicationResult & WithAttachmentsConfiguration(AttachmentsConfigurationT &&value)
GetApplicationResult & WithIdentityType(IdentityType value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetIdentityCenterApplicationArn(IdentityCenterApplicationArnT &&value)
const Aws::String & GetIamIdentityProviderArn() const
void SetRequestId(RequestIdT &&value)
void SetPersonalizationConfiguration(PersonalizationConfigurationT &&value)
void SetQuickSightConfiguration(QuickSightConfigurationT &&value)
GetApplicationResult & WithRequestId(RequestIdT &&value)
const ErrorDetail & GetError() const
AWS_QBUSINESS_API GetApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetApplicationArn(ApplicationArnT &&value)
GetApplicationResult & WithQuickSightConfiguration(QuickSightConfigurationT &&value)
void SetAutoSubscriptionConfiguration(AutoSubscriptionConfigurationT &&value)
GetApplicationResult & AddClientIdsForOIDC(ClientIdsForOIDCT &&value)
const Aws::String & GetRequestId() const
AWS_QBUSINESS_API GetApplicationResult()=default
const Aws::Vector< Aws::String > & GetClientIdsForOIDC() const
GetApplicationResult & WithUpdatedAt(UpdatedAtT &&value)
void SetRoleArn(RoleArnT &&value)
const QAppsConfiguration & GetQAppsConfiguration() const
void SetStatus(ApplicationStatus value)
const Aws::String & GetIdentityCenterApplicationArn() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetRoleArn() const
GetApplicationResult & WithQAppsConfiguration(QAppsConfigurationT &&value)
GetApplicationResult & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
const Aws::String & GetApplicationId() const
void SetClientIdsForOIDC(ClientIdsForOIDCT &&value)
AWS_QBUSINESS_API GetApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetIamIdentityProviderArn(IamIdentityProviderArnT &&value)
GetApplicationResult & WithIamIdentityProviderArn(IamIdentityProviderArnT &&value)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
GetApplicationResult & WithIdentityCenterApplicationArn(IdentityCenterApplicationArnT &&value)
const Aws::String & GetDescription() const
GetApplicationResult & WithStatus(ApplicationStatus value)
void SetIdentityType(IdentityType value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue