7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/PartnerAppType.h>
10#include <aws/sagemaker/model/PartnerAppStatus.h>
11#include <aws/core/utils/DateTime.h>
51 template<
typename ArnT = Aws::String>
52 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
53 template<
typename ArnT = Aws::String>
63 template<
typename NameT = Aws::String>
64 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
65 template<
typename NameT = Aws::String>
97 template<
typename CreationTimeT = Aws::Utils::DateTime>
98 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
99 template<
typename CreationTimeT = Aws::Utils::DateTime>
105 bool m_arnHasBeenSet =
false;
108 bool m_nameHasBeenSet =
false;
111 bool m_typeHasBeenSet =
false;
114 bool m_statusHasBeenSet =
false;
117 bool m_creationTimeHasBeenSet =
false;
PartnerAppSummary & WithType(PartnerAppType value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
PartnerAppStatus GetStatus() const
PartnerAppSummary & WithArn(ArnT &&value)
void SetName(NameT &&value)
AWS_SAGEMAKER_API PartnerAppSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API PartnerAppSummary()=default
AWS_SAGEMAKER_API PartnerAppSummary(Aws::Utils::Json::JsonView jsonValue)
PartnerAppSummary & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetName() const
PartnerAppType GetType() const
PartnerAppSummary & WithName(NameT &&value)
bool CreationTimeHasBeenSet() const
void SetArn(ArnT &&value)
void SetCreationTime(CreationTimeT &&value)
PartnerAppSummary & WithStatus(PartnerAppStatus value)
bool NameHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
bool TypeHasBeenSet() const
bool StatusHasBeenSet() const
void SetStatus(PartnerAppStatus value)
void SetType(PartnerAppType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue