7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/AvailableUpgrade.h>
12#include <aws/sagemaker/model/ErrorInfo.h>
13#include <aws/sagemaker/model/IdcConfigOutput.h>
14#include <aws/sagemaker/model/PartnerAppAuthType.h>
15#include <aws/sagemaker/model/PartnerAppConfig.h>
16#include <aws/sagemaker/model/PartnerAppMaintenanceConfig.h>
17#include <aws/sagemaker/model/PartnerAppStatus.h>
18#include <aws/sagemaker/model/PartnerAppType.h>
23template <
typename RESULT_TYPE>
24class AmazonWebServiceResult;
44 template <
typename ArnT = Aws::String>
46 m_arnHasBeenSet =
true;
47 m_arn = std::forward<ArnT>(value);
49 template <
typename ArnT = Aws::String>
51 SetArn(std::forward<ArnT>(value));
61 template <
typename NameT = Aws::String>
63 m_nameHasBeenSet =
true;
64 m_name = std::forward<NameT>(value);
66 template <
typename NameT = Aws::String>
68 SetName(std::forward<NameT>(value));
81 m_typeHasBeenSet =
true;
107 m_statusHasBeenSet =
true;
121 template <
typename CreationTimeT = Aws::Utils::DateTime>
123 m_creationTimeHasBeenSet =
true;
124 m_creationTime = std::forward<CreationTimeT>(value);
126 template <
typename CreationTimeT = Aws::Utils::DateTime>
138 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
140 m_lastModifiedTimeHasBeenSet =
true;
141 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
143 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
155 template <
typename ExecutionRoleArnT = Aws::String>
157 m_executionRoleArnHasBeenSet =
true;
158 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
160 template <
typename ExecutionRoleArnT = Aws::String>
173 template <
typename KmsKeyIdT = Aws::String>
175 m_kmsKeyIdHasBeenSet =
true;
176 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
178 template <
typename KmsKeyIdT = Aws::String>
191 template <
typename BaseUrlT = Aws::String>
193 m_baseUrlHasBeenSet =
true;
194 m_baseUrl = std::forward<BaseUrlT>(value);
196 template <
typename BaseUrlT = Aws::String>
208 template <
typename Ma
intenanceConfigT = PartnerAppMa
intenanceConfig>
210 m_maintenanceConfigHasBeenSet =
true;
211 m_maintenanceConfig = std::forward<MaintenanceConfigT>(value);
213 template <
typename Ma
intenanceConfigT = PartnerAppMa
intenanceConfig>
226 template <
typename TierT = Aws::String>
228 m_tierHasBeenSet =
true;
229 m_tier = std::forward<TierT>(value);
231 template <
typename TierT = Aws::String>
233 SetTier(std::forward<TierT>(value));
243 template <
typename VersionT = Aws::String>
245 m_versionHasBeenSet =
true;
246 m_version = std::forward<VersionT>(value);
248 template <
typename VersionT = Aws::String>
260 template <
typename ApplicationConfigT = PartnerAppConfig>
262 m_applicationConfigHasBeenSet =
true;
263 m_applicationConfig = std::forward<ApplicationConfigT>(value);
265 template <
typename ApplicationConfigT = PartnerAppConfig>
282 m_authTypeHasBeenSet =
true;
299 m_enableIamSessionBasedIdentityHasBeenSet =
true;
300 m_enableIamSessionBasedIdentity = value;
314 template <
typename ErrorT = ErrorInfo>
316 m_errorHasBeenSet =
true;
317 m_error = std::forward<ErrorT>(value);
319 template <
typename ErrorT = ErrorInfo>
321 SetError(std::forward<ErrorT>(value));
333 m_enableAutoMinorVersionUpgradeHasBeenSet =
true;
334 m_enableAutoMinorVersionUpgrade = value;
348 template <
typename CurrentVersionEolDateT = Aws::Utils::DateTime>
350 m_currentVersionEolDateHasBeenSet =
true;
351 m_currentVersionEolDate = std::forward<CurrentVersionEolDateT>(value);
353 template <
typename CurrentVersionEolDateT = Aws::Utils::DateTime>
367 template <
typename AvailableUpgradeT = AvailableUpgrade>
369 m_availableUpgradeHasBeenSet =
true;
370 m_availableUpgrade = std::forward<AvailableUpgradeT>(value);
372 template <
typename AvailableUpgradeT = AvailableUpgrade>
387 template <
typename IdcConfigT = IdcConfigOutput>
389 m_idcConfigHasBeenSet =
true;
390 m_idcConfig = std::forward<IdcConfigT>(value);
392 template <
typename IdcConfigT = IdcConfigOutput>
402 template <
typename RequestIdT = Aws::String>
404 m_requestIdHasBeenSet =
true;
405 m_requestId = std::forward<RequestIdT>(value);
407 template <
typename RequestIdT = Aws::String>
434 PartnerAppMaintenanceConfig m_maintenanceConfig;
440 PartnerAppConfig m_applicationConfig;
444 bool m_enableIamSessionBasedIdentity{
false};
448 bool m_enableAutoMinorVersionUpgrade{
false};
452 AvailableUpgrade m_availableUpgrade;
454 IdcConfigOutput m_idcConfig;
458 bool m_arnHasBeenSet =
false;
459 bool m_nameHasBeenSet =
false;
460 bool m_typeHasBeenSet =
false;
461 bool m_statusHasBeenSet =
false;
462 bool m_creationTimeHasBeenSet =
false;
463 bool m_lastModifiedTimeHasBeenSet =
false;
464 bool m_executionRoleArnHasBeenSet =
false;
465 bool m_kmsKeyIdHasBeenSet =
false;
466 bool m_baseUrlHasBeenSet =
false;
467 bool m_maintenanceConfigHasBeenSet =
false;
468 bool m_tierHasBeenSet =
false;
469 bool m_versionHasBeenSet =
false;
470 bool m_applicationConfigHasBeenSet =
false;
471 bool m_authTypeHasBeenSet =
false;
472 bool m_enableIamSessionBasedIdentityHasBeenSet =
false;
473 bool m_errorHasBeenSet =
false;
474 bool m_enableAutoMinorVersionUpgradeHasBeenSet =
false;
475 bool m_currentVersionEolDateHasBeenSet =
false;
476 bool m_availableUpgradeHasBeenSet =
false;
477 bool m_idcConfigHasBeenSet =
false;
478 bool m_requestIdHasBeenSet =
false;
void SetName(NameT &&value)
void SetRequestId(RequestIdT &&value)
void SetCurrentVersionEolDate(CurrentVersionEolDateT &&value)
DescribePartnerAppResult & WithMaintenanceConfig(MaintenanceConfigT &&value)
const Aws::String & GetKmsKeyId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribePartnerAppResult & WithName(NameT &&value)
DescribePartnerAppResult & WithApplicationConfig(ApplicationConfigT &&value)
DescribePartnerAppResult & WithVersion(VersionT &&value)
const IdcConfigOutput & GetIdcConfig() const
AWS_SAGEMAKER_API DescribePartnerAppResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(PartnerAppStatus value)
DescribePartnerAppResult & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetIdcConfig(IdcConfigT &&value)
void SetAuthType(PartnerAppAuthType value)
void SetAvailableUpgrade(AvailableUpgradeT &&value)
AWS_SAGEMAKER_API DescribePartnerAppResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetTier() const
void SetCreationTime(CreationTimeT &&value)
DescribePartnerAppResult & WithCreationTime(CreationTimeT &&value)
bool GetEnableIamSessionBasedIdentity() const
const Aws::String & GetExecutionRoleArn() const
DescribePartnerAppResult & WithCurrentVersionEolDate(CurrentVersionEolDateT &&value)
const Aws::Utils::DateTime & GetLastModifiedTime() const
const PartnerAppConfig & GetApplicationConfig() const
PartnerAppType GetType() const
void SetKmsKeyId(KmsKeyIdT &&value)
DescribePartnerAppResult & WithTier(TierT &&value)
void SetEnableAutoMinorVersionUpgrade(bool value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
void SetError(ErrorT &&value)
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
DescribePartnerAppResult & WithRequestId(RequestIdT &&value)
PartnerAppAuthType GetAuthType() const
DescribePartnerAppResult & WithAvailableUpgrade(AvailableUpgradeT &&value)
const Aws::String & GetName() const
const Aws::String & GetArn() const
PartnerAppStatus GetStatus() const
void SetEnableIamSessionBasedIdentity(bool value)
DescribePartnerAppResult & WithExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
DescribePartnerAppResult & WithArn(ArnT &&value)
void SetMaintenanceConfig(MaintenanceConfigT &&value)
AWS_SAGEMAKER_API DescribePartnerAppResult()=default
void SetVersion(VersionT &&value)
DescribePartnerAppResult & WithKmsKeyId(KmsKeyIdT &&value)
DescribePartnerAppResult & WithStatus(PartnerAppStatus value)
bool GetEnableAutoMinorVersionUpgrade() const
DescribePartnerAppResult & WithEnableAutoMinorVersionUpgrade(bool value)
void SetApplicationConfig(ApplicationConfigT &&value)
const Aws::String & GetBaseUrl() const
DescribePartnerAppResult & WithAuthType(PartnerAppAuthType value)
DescribePartnerAppResult & WithIdcConfig(IdcConfigT &&value)
DescribePartnerAppResult & WithEnableIamSessionBasedIdentity(bool value)
const Aws::String & GetVersion() const
const Aws::Utils::DateTime & GetCurrentVersionEolDate() const
const AvailableUpgrade & GetAvailableUpgrade() const
const ErrorInfo & GetError() const
DescribePartnerAppResult & WithError(ErrorT &&value)
const Aws::String & GetRequestId() const
DescribePartnerAppResult & WithBaseUrl(BaseUrlT &&value)
void SetType(PartnerAppType value)
DescribePartnerAppResult & WithType(PartnerAppType value)
void SetBaseUrl(BaseUrlT &&value)
void SetTier(TierT &&value)
void SetArn(ArnT &&value)
const PartnerAppMaintenanceConfig & GetMaintenanceConfig() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue