/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include #include #include namespace Aws { template class AmazonWebServiceResult; namespace Utils { namespace Json { class JsonValue; } // namespace Json } // namespace Utils namespace SageMaker { namespace Model { class DescribeFeatureMetadataResult { public: AWS_SAGEMAKER_API DescribeFeatureMetadataResult(); AWS_SAGEMAKER_API DescribeFeatureMetadataResult(const Aws::AmazonWebServiceResult& result); AWS_SAGEMAKER_API DescribeFeatureMetadataResult& operator=(const Aws::AmazonWebServiceResult& result); /** *

The Amazon Resource Number (ARN) of the feature group that contains the * feature.

*/ inline const Aws::String& GetFeatureGroupArn() const{ return m_featureGroupArn; } /** *

The Amazon Resource Number (ARN) of the feature group that contains the * feature.

*/ inline void SetFeatureGroupArn(const Aws::String& value) { m_featureGroupArn = value; } /** *

The Amazon Resource Number (ARN) of the feature group that contains the * feature.

*/ inline void SetFeatureGroupArn(Aws::String&& value) { m_featureGroupArn = std::move(value); } /** *

The Amazon Resource Number (ARN) of the feature group that contains the * feature.

*/ inline void SetFeatureGroupArn(const char* value) { m_featureGroupArn.assign(value); } /** *

The Amazon Resource Number (ARN) of the feature group that contains the * feature.

*/ inline DescribeFeatureMetadataResult& WithFeatureGroupArn(const Aws::String& value) { SetFeatureGroupArn(value); return *this;} /** *

The Amazon Resource Number (ARN) of the feature group that contains the * feature.

*/ inline DescribeFeatureMetadataResult& WithFeatureGroupArn(Aws::String&& value) { SetFeatureGroupArn(std::move(value)); return *this;} /** *

The Amazon Resource Number (ARN) of the feature group that contains the * feature.

*/ inline DescribeFeatureMetadataResult& WithFeatureGroupArn(const char* value) { SetFeatureGroupArn(value); return *this;} /** *

The name of the feature group that you've specified.

*/ inline const Aws::String& GetFeatureGroupName() const{ return m_featureGroupName; } /** *

The name of the feature group that you've specified.

*/ inline void SetFeatureGroupName(const Aws::String& value) { m_featureGroupName = value; } /** *

The name of the feature group that you've specified.

*/ inline void SetFeatureGroupName(Aws::String&& value) { m_featureGroupName = std::move(value); } /** *

The name of the feature group that you've specified.

*/ inline void SetFeatureGroupName(const char* value) { m_featureGroupName.assign(value); } /** *

The name of the feature group that you've specified.

*/ inline DescribeFeatureMetadataResult& WithFeatureGroupName(const Aws::String& value) { SetFeatureGroupName(value); return *this;} /** *

The name of the feature group that you've specified.

*/ inline DescribeFeatureMetadataResult& WithFeatureGroupName(Aws::String&& value) { SetFeatureGroupName(std::move(value)); return *this;} /** *

The name of the feature group that you've specified.

*/ inline DescribeFeatureMetadataResult& WithFeatureGroupName(const char* value) { SetFeatureGroupName(value); return *this;} /** *

The name of the feature that you've specified.

*/ inline const Aws::String& GetFeatureName() const{ return m_featureName; } /** *

The name of the feature that you've specified.

*/ inline void SetFeatureName(const Aws::String& value) { m_featureName = value; } /** *

The name of the feature that you've specified.

*/ inline void SetFeatureName(Aws::String&& value) { m_featureName = std::move(value); } /** *

The name of the feature that you've specified.

*/ inline void SetFeatureName(const char* value) { m_featureName.assign(value); } /** *

The name of the feature that you've specified.

*/ inline DescribeFeatureMetadataResult& WithFeatureName(const Aws::String& value) { SetFeatureName(value); return *this;} /** *

The name of the feature that you've specified.

*/ inline DescribeFeatureMetadataResult& WithFeatureName(Aws::String&& value) { SetFeatureName(std::move(value)); return *this;} /** *

The name of the feature that you've specified.

*/ inline DescribeFeatureMetadataResult& WithFeatureName(const char* value) { SetFeatureName(value); return *this;} /** *

The data type of the feature.

*/ inline const FeatureType& GetFeatureType() const{ return m_featureType; } /** *

The data type of the feature.

*/ inline void SetFeatureType(const FeatureType& value) { m_featureType = value; } /** *

The data type of the feature.

*/ inline void SetFeatureType(FeatureType&& value) { m_featureType = std::move(value); } /** *

The data type of the feature.

*/ inline DescribeFeatureMetadataResult& WithFeatureType(const FeatureType& value) { SetFeatureType(value); return *this;} /** *

The data type of the feature.

*/ inline DescribeFeatureMetadataResult& WithFeatureType(FeatureType&& value) { SetFeatureType(std::move(value)); return *this;} /** *

A timestamp indicating when the feature was created.

*/ inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; } /** *

A timestamp indicating when the feature was created.

*/ inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTime = value; } /** *

A timestamp indicating when the feature was created.

*/ inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTime = std::move(value); } /** *

A timestamp indicating when the feature was created.

*/ inline DescribeFeatureMetadataResult& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;} /** *

A timestamp indicating when the feature was created.

*/ inline DescribeFeatureMetadataResult& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;} /** *

A timestamp indicating when the metadata for the feature group was modified. * For example, if you add a parameter describing the feature, the timestamp * changes to reflect the last time you

*/ inline const Aws::Utils::DateTime& GetLastModifiedTime() const{ return m_lastModifiedTime; } /** *

A timestamp indicating when the metadata for the feature group was modified. * For example, if you add a parameter describing the feature, the timestamp * changes to reflect the last time you

*/ inline void SetLastModifiedTime(const Aws::Utils::DateTime& value) { m_lastModifiedTime = value; } /** *

A timestamp indicating when the metadata for the feature group was modified. * For example, if you add a parameter describing the feature, the timestamp * changes to reflect the last time you

*/ inline void SetLastModifiedTime(Aws::Utils::DateTime&& value) { m_lastModifiedTime = std::move(value); } /** *

A timestamp indicating when the metadata for the feature group was modified. * For example, if you add a parameter describing the feature, the timestamp * changes to reflect the last time you

*/ inline DescribeFeatureMetadataResult& WithLastModifiedTime(const Aws::Utils::DateTime& value) { SetLastModifiedTime(value); return *this;} /** *

A timestamp indicating when the metadata for the feature group was modified. * For example, if you add a parameter describing the feature, the timestamp * changes to reflect the last time you

*/ inline DescribeFeatureMetadataResult& WithLastModifiedTime(Aws::Utils::DateTime&& value) { SetLastModifiedTime(std::move(value)); return *this;} /** *

The description you added to describe the feature.

*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *

The description you added to describe the feature.

*/ inline void SetDescription(const Aws::String& value) { m_description = value; } /** *

The description you added to describe the feature.

*/ inline void SetDescription(Aws::String&& value) { m_description = std::move(value); } /** *

The description you added to describe the feature.

*/ inline void SetDescription(const char* value) { m_description.assign(value); } /** *

The description you added to describe the feature.

*/ inline DescribeFeatureMetadataResult& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *

The description you added to describe the feature.

*/ inline DescribeFeatureMetadataResult& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *

The description you added to describe the feature.

*/ inline DescribeFeatureMetadataResult& WithDescription(const char* value) { SetDescription(value); return *this;} /** *

The key-value pairs that you added to describe the feature.

*/ inline const Aws::Vector& GetParameters() const{ return m_parameters; } /** *

The key-value pairs that you added to describe the feature.

*/ inline void SetParameters(const Aws::Vector& value) { m_parameters = value; } /** *

The key-value pairs that you added to describe the feature.

*/ inline void SetParameters(Aws::Vector&& value) { m_parameters = std::move(value); } /** *

The key-value pairs that you added to describe the feature.

*/ inline DescribeFeatureMetadataResult& WithParameters(const Aws::Vector& value) { SetParameters(value); return *this;} /** *

The key-value pairs that you added to describe the feature.

*/ inline DescribeFeatureMetadataResult& WithParameters(Aws::Vector&& value) { SetParameters(std::move(value)); return *this;} /** *

The key-value pairs that you added to describe the feature.

*/ inline DescribeFeatureMetadataResult& AddParameters(const FeatureParameter& value) { m_parameters.push_back(value); return *this; } /** *

The key-value pairs that you added to describe the feature.

*/ inline DescribeFeatureMetadataResult& AddParameters(FeatureParameter&& value) { m_parameters.push_back(std::move(value)); return *this; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline DescribeFeatureMetadataResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline DescribeFeatureMetadataResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline DescribeFeatureMetadataResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::String m_featureGroupArn; Aws::String m_featureGroupName; Aws::String m_featureName; FeatureType m_featureType; Aws::Utils::DateTime m_creationTime; Aws::Utils::DateTime m_lastModifiedTime; Aws::String m_description; Aws::Vector m_parameters; Aws::String m_requestId; }; } // namespace Model } // namespace SageMaker } // namespace Aws