7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
59 template<
typename Endpo
intTypeT = Aws::String>
60 void SetEndpointType(EndpointTypeT&& value) { m_endpointTypeHasBeenSet =
true; m_endpointType = std::forward<EndpointTypeT>(value); }
61 template<
typename Endpo
intTypeT = Aws::String>
67 bool m_endpointTypeHasBeenSet =
false;
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
DescribeEndpointRequest & WithEndpointType(EndpointTypeT &&value)
AWS_IOT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetEndpointType() const
void SetEndpointType(EndpointTypeT &&value)
AWS_IOT_API DescribeEndpointRequest()=default
bool EndpointTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String