7#include <aws/neptunedata/Neptunedata_EXPORTS.h>
8#include <aws/neptunedata/NeptunedataRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename IdT = Aws::String>
43 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
44 template<
typename IdT = Aws::String>
56 template<
typename MlModelTrainingJobIdT = Aws::String>
57 void SetMlModelTrainingJobId(MlModelTrainingJobIdT&& value) { m_mlModelTrainingJobIdHasBeenSet =
true; m_mlModelTrainingJobId = std::forward<MlModelTrainingJobIdT>(value); }
58 template<
typename MlModelTrainingJobIdT = Aws::String>
69 template<
typename MlModelTransformJobIdT = Aws::String>
70 void SetMlModelTransformJobId(MlModelTransformJobIdT&& value) { m_mlModelTransformJobIdHasBeenSet =
true; m_mlModelTransformJobId = std::forward<MlModelTransformJobIdT>(value); }
71 template<
typename MlModelTransformJobIdT = Aws::String>
83 inline void SetUpdate(
bool value) { m_updateHasBeenSet =
true; m_update = value; }
95 template<
typename NeptuneIamRoleArnT = Aws::String>
96 void SetNeptuneIamRoleArn(NeptuneIamRoleArnT&& value) { m_neptuneIamRoleArnHasBeenSet =
true; m_neptuneIamRoleArn = std::forward<NeptuneIamRoleArnT>(value); }
97 template<
typename NeptuneIamRoleArnT = Aws::String>
113 template<
typename ModelNameT = Aws::String>
114 void SetModelName(ModelNameT&& value) { m_modelNameHasBeenSet =
true; m_modelName = std::forward<ModelNameT>(value); }
115 template<
typename ModelNameT = Aws::String>
127 template<
typename InstanceTypeT = Aws::String>
128 void SetInstanceType(InstanceTypeT&& value) { m_instanceTypeHasBeenSet =
true; m_instanceType = std::forward<InstanceTypeT>(value); }
129 template<
typename InstanceTypeT = Aws::String>
140 inline void SetInstanceCount(
int value) { m_instanceCountHasBeenSet =
true; m_instanceCount = value; }
152 template<
typename VolumeEncryptionKMSKeyT = Aws::String>
153 void SetVolumeEncryptionKMSKey(VolumeEncryptionKMSKeyT&& value) { m_volumeEncryptionKMSKeyHasBeenSet =
true; m_volumeEncryptionKMSKey = std::forward<VolumeEncryptionKMSKeyT>(value); }
154 template<
typename VolumeEncryptionKMSKeyT = Aws::String>
160 bool m_idHasBeenSet =
false;
163 bool m_mlModelTrainingJobIdHasBeenSet =
false;
166 bool m_mlModelTransformJobIdHasBeenSet =
false;
168 bool m_update{
false};
169 bool m_updateHasBeenSet =
false;
172 bool m_neptuneIamRoleArnHasBeenSet =
false;
175 bool m_modelNameHasBeenSet =
false;
178 bool m_instanceTypeHasBeenSet =
false;
180 int m_instanceCount{0};
181 bool m_instanceCountHasBeenSet =
false;
184 bool m_volumeEncryptionKMSKeyHasBeenSet =
false;
const Aws::String & GetId() const
void SetUpdate(bool value)
AWS_NEPTUNEDATA_API CreateMLEndpointRequest()=default
bool UpdateHasBeenSet() const
CreateMLEndpointRequest & WithNeptuneIamRoleArn(NeptuneIamRoleArnT &&value)
int GetInstanceCount() const
CreateMLEndpointRequest & WithInstanceType(InstanceTypeT &&value)
bool NeptuneIamRoleArnHasBeenSet() const
void SetInstanceType(InstanceTypeT &&value)
const Aws::String & GetNeptuneIamRoleArn() const
bool VolumeEncryptionKMSKeyHasBeenSet() const
bool ModelNameHasBeenSet() const
void SetInstanceCount(int value)
CreateMLEndpointRequest & WithUpdate(bool value)
void SetVolumeEncryptionKMSKey(VolumeEncryptionKMSKeyT &&value)
const Aws::String & GetMlModelTransformJobId() const
CreateMLEndpointRequest & WithModelName(ModelNameT &&value)
const Aws::String & GetInstanceType() const
CreateMLEndpointRequest & WithId(IdT &&value)
const Aws::String & GetModelName() const
void SetModelName(ModelNameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_NEPTUNEDATA_API Aws::String SerializePayload() const override
CreateMLEndpointRequest & WithMlModelTrainingJobId(MlModelTrainingJobIdT &&value)
bool MlModelTrainingJobIdHasBeenSet() const
bool InstanceTypeHasBeenSet() const
bool InstanceCountHasBeenSet() const
bool MlModelTransformJobIdHasBeenSet() const
CreateMLEndpointRequest & WithVolumeEncryptionKMSKey(VolumeEncryptionKMSKeyT &&value)
const Aws::String & GetVolumeEncryptionKMSKey() const
void SetMlModelTransformJobId(MlModelTransformJobIdT &&value)
bool IdHasBeenSet() const
void SetMlModelTrainingJobId(MlModelTrainingJobIdT &&value)
void SetNeptuneIamRoleArn(NeptuneIamRoleArnT &&value)
const Aws::String & GetMlModelTrainingJobId() const
CreateMLEndpointRequest & WithMlModelTransformJobId(MlModelTransformJobIdT &&value)
CreateMLEndpointRequest & WithInstanceCount(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String