7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iot/IoTRequest.h>
10#include <aws/iot/IoT_EXPORTS.h>
39 template <
typename NameT = Aws::String>
41 m_nameHasBeenSet =
true;
42 m_name = std::forward<NameT>(value);
44 template <
typename NameT = Aws::String>
46 SetName(std::forward<NameT>(value));
59 template <
typename StringValuesT = Aws::Vector<Aws::String>>
61 m_stringValuesHasBeenSet =
true;
62 m_stringValues = std::forward<StringValuesT>(value);
64 template <
typename StringValuesT = Aws::Vector<Aws::String>>
69 template <
typename StringValuesT = Aws::String>
71 m_stringValuesHasBeenSet =
true;
72 m_stringValues.emplace_back(std::forward<StringValuesT>(value));
80 bool m_nameHasBeenSet =
false;
81 bool m_stringValuesHasBeenSet =
false;
void SetName(NameT &&value)
AWS_IOT_API Aws::String SerializePayload() const override
void SetStringValues(StringValuesT &&value)
UpdateDimensionRequest & AddStringValues(StringValuesT &&value)
AWS_IOT_API UpdateDimensionRequest()=default
const Aws::Vector< Aws::String > & GetStringValues() const
bool NameHasBeenSet() const
bool StringValuesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
UpdateDimensionRequest & WithName(NameT &&value)
const Aws::String & GetName() const
UpdateDimensionRequest & WithStringValues(StringValuesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector