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));
111 template <
typename CreationDateT = Aws::Utils::DateTime>
113 m_creationDateHasBeenSet =
true;
114 m_creationDate = std::forward<CreationDateT>(value);
116 template <
typename CreationDateT = Aws::Utils::DateTime>
128 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
130 m_lastModifiedDateHasBeenSet =
true;
131 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
133 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
143 template <
typename RequestIdT = Aws::String>
145 m_requestIdHasBeenSet =
true;
146 m_requestId = std::forward<RequestIdT>(value);
148 template <
typename RequestIdT = Aws::String>
171 bool m_nameHasBeenSet =
false;
172 bool m_arnHasBeenSet =
false;
173 bool m_typeHasBeenSet =
false;
174 bool m_stringValuesHasBeenSet =
false;
175 bool m_creationDateHasBeenSet =
false;
176 bool m_lastModifiedDateHasBeenSet =
false;
177 bool m_requestIdHasBeenSet =
false;
DimensionType GetType() const
DescribeDimensionResult & AddStringValues(StringValuesT &&value)
DescribeDimensionResult & WithLastModifiedDate(LastModifiedDateT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetName() const
void SetStringValues(StringValuesT &&value)
const Aws::String & GetArn() const
const Aws::Vector< Aws::String > & GetStringValues() const
AWS_IOT_API DescribeDimensionResult()=default
DescribeDimensionResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeDimensionResult & WithType(DimensionType value)
DescribeDimensionResult & WithName(NameT &&value)
void SetLastModifiedDate(LastModifiedDateT &&value)
DescribeDimensionResult & WithArn(ArnT &&value)
void SetName(NameT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetCreationDate() const
void SetCreationDate(CreationDateT &&value)
AWS_IOT_API DescribeDimensionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetLastModifiedDate() const
DescribeDimensionResult & WithStringValues(StringValuesT &&value)
void SetArn(ArnT &&value)
DescribeDimensionResult & WithCreationDate(CreationDateT &&value)
AWS_IOT_API DescribeDimensionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetType(DimensionType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue