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/PartnerAppAuthType.h>
14#include <aws/sagemaker/model/PartnerAppConfig.h>
15#include <aws/sagemaker/model/PartnerAppMaintenanceConfig.h>
16#include <aws/sagemaker/model/PartnerAppStatus.h>
17#include <aws/sagemaker/model/PartnerAppType.h>
22template <
typename RESULT_TYPE>
23class AmazonWebServiceResult;
43 template <
typename ArnT = Aws::String>
45 m_arnHasBeenSet =
true;
46 m_arn = std::forward<ArnT>(value);
48 template <
typename ArnT = Aws::String>
50 SetArn(std::forward<ArnT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
80 m_typeHasBeenSet =
true;
106 m_statusHasBeenSet =
true;
120 template <
typename CreationTimeT = Aws::Utils::DateTime>
122 m_creationTimeHasBeenSet =
true;
123 m_creationTime = std::forward<CreationTimeT>(value);
125 template <
typename CreationTimeT = Aws::Utils::DateTime>
137 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
139 m_lastModifiedTimeHasBeenSet =
true;
140 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
142 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
154 template <
typename ExecutionRoleArnT = Aws::String>
156 m_executionRoleArnHasBeenSet =
true;
157 m_executionRoleArn = std::forward<ExecutionRoleArnT>(value);
159 template <
typename ExecutionRoleArnT = Aws::String>
172 template <
typename KmsKeyIdT = Aws::String>
174 m_kmsKeyIdHasBeenSet =
true;
175 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
177 template <
typename KmsKeyIdT = Aws::String>
190 template <
typename BaseUrlT = Aws::String>
192 m_baseUrlHasBeenSet =
true;
193 m_baseUrl = std::forward<BaseUrlT>(value);
195 template <
typename BaseUrlT = Aws::String>
207 template <
typename Ma
intenanceConfigT = PartnerAppMa
intenanceConfig>
209 m_maintenanceConfigHasBeenSet =
true;
210 m_maintenanceConfig = std::forward<MaintenanceConfigT>(value);
212 template <
typename Ma
intenanceConfigT = PartnerAppMa
intenanceConfig>
225 template <
typename TierT = Aws::String>
227 m_tierHasBeenSet =
true;
228 m_tier = std::forward<TierT>(value);
230 template <
typename TierT = Aws::String>
232 SetTier(std::forward<TierT>(value));
242 template <
typename VersionT = Aws::String>
244 m_versionHasBeenSet =
true;
245 m_version = std::forward<VersionT>(value);
247 template <
typename VersionT = Aws::String>
259 template <
typename ApplicationConfigT = PartnerAppConfig>
261 m_applicationConfigHasBeenSet =
true;
262 m_applicationConfig = std::forward<ApplicationConfigT>(value);
264 template <
typename ApplicationConfigT = PartnerAppConfig>
278 m_authTypeHasBeenSet =
true;
295 m_enableIamSessionBasedIdentityHasBeenSet =
true;
296 m_enableIamSessionBasedIdentity = value;
310 template <
typename ErrorT = ErrorInfo>
312 m_errorHasBeenSet =
true;
313 m_error = std::forward<ErrorT>(value);
315 template <
typename ErrorT = ErrorInfo>
317 SetError(std::forward<ErrorT>(value));
329 m_enableAutoMinorVersionUpgradeHasBeenSet =
true;
330 m_enableAutoMinorVersionUpgrade = value;
344 template <
typename CurrentVersionEolDateT = Aws::Utils::DateTime>
346 m_currentVersionEolDateHasBeenSet =
true;
347 m_currentVersionEolDate = std::forward<CurrentVersionEolDateT>(value);
349 template <
typename CurrentVersionEolDateT = Aws::Utils::DateTime>
363 template <
typename AvailableUpgradeT = AvailableUpgrade>
365 m_availableUpgradeHasBeenSet =
true;
366 m_availableUpgrade = std::forward<AvailableUpgradeT>(value);
368 template <
typename AvailableUpgradeT = AvailableUpgrade>
378 template <
typename RequestIdT = Aws::String>
380 m_requestIdHasBeenSet =
true;
381 m_requestId = std::forward<RequestIdT>(value);
383 template <
typename RequestIdT = Aws::String>
410 PartnerAppMaintenanceConfig m_maintenanceConfig;
416 PartnerAppConfig m_applicationConfig;
420 bool m_enableIamSessionBasedIdentity{
false};
424 bool m_enableAutoMinorVersionUpgrade{
false};
428 AvailableUpgrade m_availableUpgrade;
432 bool m_arnHasBeenSet =
false;
433 bool m_nameHasBeenSet =
false;
434 bool m_typeHasBeenSet =
false;
435 bool m_statusHasBeenSet =
false;
436 bool m_creationTimeHasBeenSet =
false;
437 bool m_lastModifiedTimeHasBeenSet =
false;
438 bool m_executionRoleArnHasBeenSet =
false;
439 bool m_kmsKeyIdHasBeenSet =
false;
440 bool m_baseUrlHasBeenSet =
false;
441 bool m_maintenanceConfigHasBeenSet =
false;
442 bool m_tierHasBeenSet =
false;
443 bool m_versionHasBeenSet =
false;
444 bool m_applicationConfigHasBeenSet =
false;
445 bool m_authTypeHasBeenSet =
false;
446 bool m_enableIamSessionBasedIdentityHasBeenSet =
false;
447 bool m_errorHasBeenSet =
false;
448 bool m_enableAutoMinorVersionUpgradeHasBeenSet =
false;
449 bool m_currentVersionEolDateHasBeenSet =
false;
450 bool m_availableUpgradeHasBeenSet =
false;
451 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)
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