7#include <aws/elastic-inference/ElasticInference_EXPORTS.h>
8#include <aws/elastic-inference/ElasticInferenceRequest.h>
9#include <aws/elastic-inference/model/LocationType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16namespace ElasticInference
71 bool m_locationTypeHasBeenSet =
false;
74 bool m_acceleratorTypesHasBeenSet =
false;
DescribeAcceleratorOfferingsRequest & WithAcceleratorTypes(Aws::Vector< Aws::String > &&value)
DescribeAcceleratorOfferingsRequest & WithAcceleratorTypes(const Aws::Vector< Aws::String > &value)
void SetAcceleratorTypes(Aws::Vector< Aws::String > &&value)
const LocationType & GetLocationType() const
DescribeAcceleratorOfferingsRequest & WithLocationType(LocationType &&value)
void SetLocationType(LocationType &&value)
virtual const char * GetServiceRequestName() const override
DescribeAcceleratorOfferingsRequest & AddAcceleratorTypes(const char *value)
AWS_ELASTICINFERENCE_API Aws::String SerializePayload() const override
void SetAcceleratorTypes(const Aws::Vector< Aws::String > &value)
DescribeAcceleratorOfferingsRequest & WithLocationType(const LocationType &value)
bool LocationTypeHasBeenSet() const
bool AcceleratorTypesHasBeenSet() const
DescribeAcceleratorOfferingsRequest & AddAcceleratorTypes(Aws::String &&value)
AWS_ELASTICINFERENCE_API DescribeAcceleratorOfferingsRequest()
DescribeAcceleratorOfferingsRequest & AddAcceleratorTypes(const Aws::String &value)
const Aws::Vector< Aws::String > & GetAcceleratorTypes() const
void SetLocationType(const LocationType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector