7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
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>
53 template<
typename DisplayNameT = Aws::String>
54 void SetDisplayName(DisplayNameT&& value) { m_displayNameHasBeenSet =
true; m_displayName = std::forward<DisplayNameT>(value); }
55 template<
typename DisplayNameT = Aws::String>
65 template<
typename DescriptionT = Aws::String>
66 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
67 template<
typename DescriptionT = Aws::String>
77 inline void SetDeprecated(
bool value) { m_deprecatedHasBeenSet =
true; m_deprecated = value; }
83 bool m_commandIdHasBeenSet =
false;
86 bool m_displayNameHasBeenSet =
false;
89 bool m_descriptionHasBeenSet =
false;
91 bool m_deprecated{
false};
92 bool m_deprecatedHasBeenSet =
false;
bool CommandIdHasBeenSet() const
AWS_IOT_API Aws::String SerializePayload() const override
bool GetDeprecated() const
virtual const char * GetServiceRequestName() const override
UpdateCommandRequest & WithDisplayName(DisplayNameT &&value)
void SetDeprecated(bool value)
UpdateCommandRequest & WithDescription(DescriptionT &&value)
UpdateCommandRequest & WithCommandId(CommandIdT &&value)
const Aws::String & GetDescription() const
AWS_IOT_API UpdateCommandRequest()=default
bool DisplayNameHasBeenSet() const
void SetCommandId(CommandIdT &&value)
UpdateCommandRequest & WithDeprecated(bool value)
bool DescriptionHasBeenSet() const
const Aws::String & GetCommandId() const
bool DeprecatedHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetDisplayName(DisplayNameT &&value)
const Aws::String & GetDisplayName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String