7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/DimensionType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/DateTime.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename NameT = Aws::String>
44 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
45 template<
typename NameT = Aws::String>
54 template<
typename ArnT = Aws::String>
55 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
56 template<
typename ArnT = Aws::String>
75 template<
typename StringValuesT = Aws::Vector<Aws::String>>
76 void SetStringValues(StringValuesT&& value) { m_stringValuesHasBeenSet =
true; m_stringValues = std::forward<StringValuesT>(value); }
77 template<
typename StringValuesT = Aws::Vector<Aws::String>>
79 template<
typename StringValuesT = Aws::String>
89 template<
typename CreationDateT = Aws::Utils::DateTime>
90 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
91 template<
typename CreationDateT = Aws::Utils::DateTime>
101 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
102 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
103 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
110 template<
typename RequestIdT = Aws::String>
111 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
112 template<
typename RequestIdT = Aws::String>
118 bool m_nameHasBeenSet =
false;
121 bool m_arnHasBeenSet =
false;
124 bool m_typeHasBeenSet =
false;
127 bool m_stringValuesHasBeenSet =
false;
130 bool m_creationDateHasBeenSet =
false;
133 bool m_lastModifiedDateHasBeenSet =
false;
136 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_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