7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/iot/IoT_EXPORTS.h>
12#include <aws/iot/model/DimensionType.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename NameT = Aws::String>
40 m_nameHasBeenSet =
true;
41 m_name = std::forward<NameT>(value);
43 template <
typename NameT = Aws::String>
45 SetName(std::forward<NameT>(value));
55 template <
typename ArnT = Aws::String>
57 m_arnHasBeenSet =
true;
58 m_arn = std::forward<ArnT>(value);
60 template <
typename ArnT = Aws::String>
62 SetArn(std::forward<ArnT>(value));
73 m_typeHasBeenSet =
true;
88 template <
typename StringValuesT = Aws::Vector<Aws::String>>
90 m_stringValuesHasBeenSet =
true;
91 m_stringValues = std::forward<StringValuesT>(value);
93 template <
typename StringValuesT = Aws::Vector<Aws::String>>
98 template <
typename StringValuesT = Aws::String>
100 m_stringValuesHasBeenSet =
true;
101 m_stringValues.emplace_back(std::forward<StringValuesT>(value));
112 template <
typename CreationDateT = Aws::Utils::DateTime>
114 m_creationDateHasBeenSet =
true;
115 m_creationDate = std::forward<CreationDateT>(value);
117 template <
typename CreationDateT = Aws::Utils::DateTime>
130 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
132 m_lastModifiedDateHasBeenSet =
true;
133 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
135 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
145 template <
typename RequestIdT = Aws::String>
147 m_requestIdHasBeenSet =
true;
148 m_requestId = std::forward<RequestIdT>(value);
150 template <
typename RequestIdT = Aws::String>
173 bool m_nameHasBeenSet =
false;
174 bool m_arnHasBeenSet =
false;
175 bool m_typeHasBeenSet =
false;
176 bool m_stringValuesHasBeenSet =
false;
177 bool m_creationDateHasBeenSet =
false;
178 bool m_lastModifiedDateHasBeenSet =
false;
179 bool m_requestIdHasBeenSet =
false;
void SetStringValues(StringValuesT &&value)
DimensionType GetType() const
void SetType(DimensionType value)
AWS_IOT_API UpdateDimensionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastModifiedDate(LastModifiedDateT &&value)
UpdateDimensionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetCreationDate() const
UpdateDimensionResult & WithLastModifiedDate(LastModifiedDateT &&value)
void SetRequestId(RequestIdT &&value)
void SetCreationDate(CreationDateT &&value)
UpdateDimensionResult & WithType(DimensionType value)
UpdateDimensionResult & WithName(NameT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_IOT_API UpdateDimensionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< Aws::String > & GetStringValues() const
const Aws::String & GetArn() const
UpdateDimensionResult & WithArn(ArnT &&value)
UpdateDimensionResult & WithCreationDate(CreationDateT &&value)
void SetArn(ArnT &&value)
UpdateDimensionResult & WithStringValues(StringValuesT &&value)
UpdateDimensionResult & AddStringValues(StringValuesT &&value)
void SetName(NameT &&value)
const Aws::Utils::DateTime & GetLastModifiedDate() const
AWS_IOT_API UpdateDimensionResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue