7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
42 template <
typename Endpo
intConfigNameT = Aws::String>
44 m_endpointConfigNameHasBeenSet =
true;
45 m_endpointConfigName = std::forward<EndpointConfigNameT>(value);
47 template <
typename Endpo
intConfigNameT = Aws::String>
60 template <
typename Endpo
intConfigArnT = Aws::String>
62 m_endpointConfigArnHasBeenSet =
true;
63 m_endpointConfigArn = std::forward<EndpointConfigArnT>(value);
65 template <
typename Endpo
intConfigArnT = Aws::String>
78 template <
typename CreationTimeT = Aws::Utils::DateTime>
80 m_creationTimeHasBeenSet =
true;
81 m_creationTime = std::forward<CreationTimeT>(value);
83 template <
typename CreationTimeT = Aws::Utils::DateTime>
95 bool m_endpointConfigNameHasBeenSet =
false;
96 bool m_endpointConfigArnHasBeenSet =
false;
97 bool m_creationTimeHasBeenSet =
false;
EndpointConfigSummary & WithEndpointConfigArn(EndpointConfigArnT &&value)
void SetEndpointConfigArn(EndpointConfigArnT &&value)
AWS_SAGEMAKER_API EndpointConfigSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreationTime(CreationTimeT &&value)
AWS_SAGEMAKER_API EndpointConfigSummary()=default
EndpointConfigSummary & WithEndpointConfigName(EndpointConfigNameT &&value)
AWS_SAGEMAKER_API EndpointConfigSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEndpointConfigName() const
const Aws::String & GetEndpointConfigArn() const
EndpointConfigSummary & WithCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool EndpointConfigNameHasBeenSet() const
void SetEndpointConfigName(EndpointConfigNameT &&value)
bool EndpointConfigArnHasBeenSet() const
bool CreationTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue