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/iot/IoT_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename CommandIdT = Aws::String>
38 m_commandIdHasBeenSet =
true;
39 m_commandId = std::forward<CommandIdT>(value);
41 template <
typename CommandIdT = Aws::String>
53 template <
typename DisplayNameT = Aws::String>
55 m_displayNameHasBeenSet =
true;
56 m_displayName = std::forward<DisplayNameT>(value);
58 template <
typename DisplayNameT = Aws::String>
70 template <
typename DescriptionT = Aws::String>
72 m_descriptionHasBeenSet =
true;
73 m_description = std::forward<DescriptionT>(value);
75 template <
typename DescriptionT = Aws::String>
88 m_deprecatedHasBeenSet =
true;
103 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
105 m_lastUpdatedAtHasBeenSet =
true;
106 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
108 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
118 template <
typename RequestIdT = Aws::String>
120 m_requestIdHasBeenSet =
true;
121 m_requestId = std::forward<RequestIdT>(value);
123 template <
typename RequestIdT = Aws::String>
138 bool m_deprecated{
false};
144 bool m_commandIdHasBeenSet =
false;
145 bool m_displayNameHasBeenSet =
false;
146 bool m_descriptionHasBeenSet =
false;
147 bool m_deprecatedHasBeenSet =
false;
148 bool m_lastUpdatedAtHasBeenSet =
false;
149 bool m_requestIdHasBeenSet =
false;
bool GetDeprecated() const
UpdateCommandResult & WithCommandId(CommandIdT &&value)
UpdateCommandResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
UpdateCommandResult & WithDeprecated(bool value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_IOT_API UpdateCommandResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
void SetDisplayName(DisplayNameT &&value)
AWS_IOT_API UpdateCommandResult()=default
void SetCommandId(CommandIdT &&value)
const Aws::String & GetDisplayName() const
UpdateCommandResult & WithDescription(DescriptionT &&value)
void SetDeprecated(bool value)
UpdateCommandResult & WithDisplayName(DisplayNameT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateCommandResult & WithRequestId(RequestIdT &&value)
AWS_IOT_API UpdateCommandResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetCommandId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue