7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename Endpo
intConfigNameT = Aws::String>
49 void SetEndpointConfigName(EndpointConfigNameT&& value) { m_endpointConfigNameHasBeenSet =
true; m_endpointConfigName = std::forward<EndpointConfigNameT>(value); }
50 template<
typename Endpo
intConfigNameT = Aws::String>
60 template<
typename Endpo
intConfigArnT = Aws::String>
61 void SetEndpointConfigArn(EndpointConfigArnT&& value) { m_endpointConfigArnHasBeenSet =
true; m_endpointConfigArn = std::forward<EndpointConfigArnT>(value); }
62 template<
typename Endpo
intConfigArnT = Aws::String>
72 template<
typename CreationTimeT = Aws::Utils::DateTime>
73 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
74 template<
typename CreationTimeT = Aws::Utils::DateTime>
80 bool m_endpointConfigNameHasBeenSet =
false;
83 bool m_endpointConfigArnHasBeenSet =
false;
86 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