7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename CommandIdT = Aws::String>
42 void SetCommandId(CommandIdT&& value) { m_commandIdHasBeenSet =
true; m_commandId = std::forward<CommandIdT>(value); }
43 template<
typename CommandIdT = Aws::String>
52 template<
typename DisplayNameT = Aws::String>
53 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
54 template<
typename DisplayNameT = Aws::String>
63 template<
typename DescriptionT = Aws::String>
64 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
65 template<
typename DescriptionT = Aws::String>
74 inline void SetDeprecated(
bool value) { m_deprecatedHasBeenSet =
true; m_deprecated = value; }
84 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
85 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
86 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
93 template<
typename RequestIdT = Aws::String>
94 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
95 template<
typename RequestIdT = Aws::String>
101 bool m_commandIdHasBeenSet =
false;
104 bool m_displayNameHasBeenSet =
false;
107 bool m_descriptionHasBeenSet =
false;
109 bool m_deprecated{
false};
110 bool m_deprecatedHasBeenSet =
false;
113 bool m_lastUpdatedAtHasBeenSet =
false;
116 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)
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