7#include <aws/comprehend/ComprehendRequest.h>
8#include <aws/comprehend/Comprehend_EXPORTS.h>
9#include <aws/comprehend/model/Tag.h>
10#include <aws/core/utils/UUID.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename Endpo
intNameT = Aws::String>
45 m_endpointNameHasBeenSet =
true;
46 m_endpointName = std::forward<EndpointNameT>(value);
48 template <
typename Endpo
intNameT = Aws::String>
62 template <
typename ModelArnT = Aws::String>
64 m_modelArnHasBeenSet =
true;
65 m_modelArn = std::forward<ModelArnT>(value);
67 template <
typename ModelArnT = Aws::String>
83 m_desiredInferenceUnitsHasBeenSet =
true;
84 m_desiredInferenceUnits = value;
100 template <
typename ClientRequestTokenT = Aws::String>
102 m_clientRequestTokenHasBeenSet =
true;
103 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
105 template <
typename ClientRequestTokenT = Aws::String>
120 template <
typename TagsT = Aws::Vector<Tag>>
122 m_tagsHasBeenSet =
true;
123 m_tags = std::forward<TagsT>(value);
125 template <
typename TagsT = Aws::Vector<Tag>>
127 SetTags(std::forward<TagsT>(value));
130 template <
typename TagsT = Tag>
132 m_tagsHasBeenSet =
true;
133 m_tags.emplace_back(std::forward<TagsT>(value));
146 template <
typename DataAccessRoleArnT = Aws::String>
148 m_dataAccessRoleArnHasBeenSet =
true;
149 m_dataAccessRoleArn = std::forward<DataAccessRoleArnT>(value);
151 template <
typename DataAccessRoleArnT = Aws::String>
165 template <
typename FlywheelArnT = Aws::String>
167 m_flywheelArnHasBeenSet =
true;
168 m_flywheelArn = std::forward<FlywheelArnT>(value);
170 template <
typename FlywheelArnT = Aws::String>
181 int m_desiredInferenceUnits{0};
190 bool m_endpointNameHasBeenSet =
false;
191 bool m_modelArnHasBeenSet =
false;
192 bool m_desiredInferenceUnitsHasBeenSet =
false;
193 bool m_clientRequestTokenHasBeenSet =
true;
194 bool m_tagsHasBeenSet =
false;
195 bool m_dataAccessRoleArnHasBeenSet =
false;
196 bool m_flywheelArnHasBeenSet =
false;
const Aws::String & GetFlywheelArn() const
CreateEndpointRequest & WithFlywheelArn(FlywheelArnT &&value)
CreateEndpointRequest & AddTags(TagsT &&value)
CreateEndpointRequest & WithEndpointName(EndpointNameT &&value)
CreateEndpointRequest & WithTags(TagsT &&value)
bool ModelArnHasBeenSet() const
const Aws::Vector< Tag > & GetTags() const
bool DesiredInferenceUnitsHasBeenSet() const
void SetClientRequestToken(ClientRequestTokenT &&value)
bool TagsHasBeenSet() const
void SetDataAccessRoleArn(DataAccessRoleArnT &&value)
AWS_COMPREHEND_API CreateEndpointRequest()=default
const Aws::String & GetDataAccessRoleArn() const
CreateEndpointRequest & WithDesiredInferenceUnits(int value)
void SetEndpointName(EndpointNameT &&value)
bool DataAccessRoleArnHasBeenSet() const
bool EndpointNameHasBeenSet() const
void SetModelArn(ModelArnT &&value)
const Aws::String & GetEndpointName() const
void SetFlywheelArn(FlywheelArnT &&value)
virtual const char * GetServiceRequestName() const override
bool ClientRequestTokenHasBeenSet() const
void SetTags(TagsT &&value)
AWS_COMPREHEND_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateEndpointRequest & WithDataAccessRoleArn(DataAccessRoleArnT &&value)
CreateEndpointRequest & WithModelArn(ModelArnT &&value)
void SetDesiredInferenceUnits(int value)
AWS_COMPREHEND_API Aws::String SerializePayload() const override
const Aws::String & GetModelArn() const
bool FlywheelArnHasBeenSet() const
CreateEndpointRequest & WithClientRequestToken(ClientRequestTokenT &&value)
int GetDesiredInferenceUnits() const
const Aws::String & GetClientRequestToken() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector