7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/AvailableUpgrade.h>
11#include <aws/sagemaker/model/ErrorInfo.h>
12#include <aws/sagemaker/model/PartnerAppAuthType.h>
13#include <aws/sagemaker/model/PartnerAppConfig.h>
14#include <aws/sagemaker/model/PartnerAppMaintenanceConfig.h>
15#include <aws/sagemaker/model/PartnerAppStatus.h>
16#include <aws/sagemaker/model/PartnerAppType.h>
21template <
typename RESULT_TYPE>
22class AmazonWebServiceResult;
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));
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
79 m_typeHasBeenSet =
true;
105 m_statusHasBeenSet =
true;
119 template <
typename CreationTimeT = Aws::Utils::DateTime>
121 m_creationTimeHasBeenSet =
true;
122 m_creationTime = std::forward<CreationTimeT>(value);
124 template <
typename CreationTimeT = Aws::Utils::DateTime>
136 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
138 m_lastModifiedTimeHasBeenSet =
true;
139 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
141 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
153 template <
typename ExecutionRoleArnT = Aws::String>
155 m_executionRoleArnHasBeenSet =
true;
156 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
158 template <
typename ExecutionRoleArnT = Aws::String>
171 template <
typename KmsKeyIdT = Aws::String>
173 m_kmsKeyIdHasBeenSet =
true;
174 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
176 template <
typename KmsKeyIdT = Aws::String>
189 template <
typename BaseUrlT = Aws::String>
191 m_baseUrlHasBeenSet =
true;
192 m_baseUrl = std::forward<BaseUrlT>(value);
194 template <
typename BaseUrlT = Aws::String>
206 template <
typename Ma
intenanceConfigT = PartnerAppMa
intenanceConfig>
208 m_maintenanceConfigHasBeenSet =
true;
209 m_maintenanceConfig = std::forward<MaintenanceConfigT>(value);
211 template <
typename Ma
intenanceConfigT = PartnerAppMa
intenanceConfig>
224 template <
typename TierT = Aws::String>
226 m_tierHasBeenSet =
true;
227 m_tier = std::forward<TierT>(value);
229 template <
typename TierT = Aws::String>
231 SetTier(std::forward<TierT>(value));
241 template <
typename VersionT = Aws::String>
243 m_versionHasBeenSet =
true;
244 m_version = std::forward<VersionT>(value);
246 template <
typename VersionT = Aws::String>
258 template <
typename ApplicationConfigT = PartnerAppConfig>
260 m_applicationConfigHasBeenSet =
true;
261 m_applicationConfig = std::forward<ApplicationConfigT>(value);
263 template <
typename ApplicationConfigT = PartnerAppConfig>
277 m_authTypeHasBeenSet =
true;
294 m_enableIamSessionBasedIdentityHasBeenSet =
true;
295 m_enableIamSessionBasedIdentity = value;
309 template <
typename ErrorT = ErrorInfo>
311 m_errorHasBeenSet =
true;
312 m_error = std::forward<ErrorT>(value);
314 template <
typename ErrorT = ErrorInfo>
316 SetError(std::forward<ErrorT>(value));
328 m_enableAutoMinorVersionUpgradeHasBeenSet =
true;
329 m_enableAutoMinorVersionUpgrade = value;
343 template <
typename CurrentVersionEolDateT = Aws::Utils::DateTime>
345 m_currentVersionEolDateHasBeenSet =
true;
346 m_currentVersionEolDate = std::forward<CurrentVersionEolDateT>(value);
348 template <
typename CurrentVersionEolDateT = Aws::Utils::DateTime>
362 template <
typename AvailableUpgradeT = AvailableUpgrade>
364 m_availableUpgradeHasBeenSet =
true;
365 m_availableUpgrade = std::forward<AvailableUpgradeT>(value);
367 template <
typename AvailableUpgradeT = AvailableUpgrade>
377 template <
typename RequestIdT = Aws::String>
379 m_requestIdHasBeenSet =
true;
380 m_requestId = std::forward<RequestIdT>(value);
382 template <
typename RequestIdT = Aws::String>
407 PartnerAppMaintenanceConfig m_maintenanceConfig;
413 PartnerAppConfig m_applicationConfig;
417 bool m_enableIamSessionBasedIdentity{
false};
421 bool m_enableAutoMinorVersionUpgrade{
false};
425 AvailableUpgrade m_availableUpgrade;
428 bool m_arnHasBeenSet =
false;
429 bool m_nameHasBeenSet =
false;
430 bool m_typeHasBeenSet =
false;
431 bool m_statusHasBeenSet =
false;
432 bool m_creationTimeHasBeenSet =
false;
433 bool m_lastModifiedTimeHasBeenSet =
false;
434 bool m_executionRoleArnHasBeenSet =
false;
435 bool m_kmsKeyIdHasBeenSet =
false;
436 bool m_baseUrlHasBeenSet =
false;
437 bool m_maintenanceConfigHasBeenSet =
false;
438 bool m_tierHasBeenSet =
false;
439 bool m_versionHasBeenSet =
false;
440 bool m_applicationConfigHasBeenSet =
false;
441 bool m_authTypeHasBeenSet =
false;
442 bool m_enableIamSessionBasedIdentityHasBeenSet =
false;
443 bool m_errorHasBeenSet =
false;
444 bool m_enableAutoMinorVersionUpgradeHasBeenSet =
false;
445 bool m_currentVersionEolDateHasBeenSet =
false;
446 bool m_availableUpgradeHasBeenSet =
false;
447 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
DescribePartnerAppResult & WithName(NameT &&value)
DescribePartnerAppResult & WithApplicationConfig(ApplicationConfigT &&value)
DescribePartnerAppResult & WithVersion(VersionT &&value)
AWS_SAGEMAKER_API DescribePartnerAppResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(PartnerAppStatus value)
DescribePartnerAppResult & WithLastModifiedTime(LastModifiedTimeT &&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 & 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