7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/FeatureType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/sagemaker/model/FeatureParameter.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
45 template<
typename FeatureGroupArnT = Aws::String>
46 void SetFeatureGroupArn(FeatureGroupArnT&& value) { m_featureGroupArnHasBeenSet =
true; m_featureGroupArn = std::forward<FeatureGroupArnT>(value); }
47 template<
typename FeatureGroupArnT = Aws::String>
56 template<
typename FeatureGroupNameT = Aws::String>
57 void SetFeatureGroupName(FeatureGroupNameT&& value) { m_featureGroupNameHasBeenSet =
true; m_featureGroupName = std::forward<FeatureGroupNameT>(value); }
58 template<
typename FeatureGroupNameT = Aws::String>
67 template<
typename FeatureNameT = Aws::String>
68 void SetFeatureName(FeatureNameT&& value) { m_featureNameHasBeenSet =
true; m_featureName = std::forward<FeatureNameT>(value); }
69 template<
typename FeatureNameT = Aws::String>
87 template<
typename CreationTimeT = Aws::Utils::DateTime>
88 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
89 template<
typename CreationTimeT = Aws::Utils::DateTime>
100 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
101 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
102 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
111 template<
typename DescriptionT = Aws::String>
112 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
113 template<
typename DescriptionT = Aws::String>
122 template<
typename ParametersT = Aws::Vector<FeatureParameter>>
123 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
124 template<
typename ParametersT = Aws::Vector<FeatureParameter>>
126 template<
typename ParametersT = FeatureParameter>
133 template<
typename RequestIdT = Aws::String>
134 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
135 template<
typename RequestIdT = Aws::String>
141 bool m_featureGroupArnHasBeenSet =
false;
144 bool m_featureGroupNameHasBeenSet =
false;
147 bool m_featureNameHasBeenSet =
false;
150 bool m_featureTypeHasBeenSet =
false;
153 bool m_creationTimeHasBeenSet =
false;
156 bool m_lastModifiedTimeHasBeenSet =
false;
159 bool m_descriptionHasBeenSet =
false;
162 bool m_parametersHasBeenSet =
false;
165 bool m_requestIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue