7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/iot/IoT_EXPORTS.h>
37 template <
typename CommandIdT = Aws::String>
39 m_commandIdHasBeenSet =
true;
40 m_commandId = std::forward<CommandIdT>(value);
42 template <
typename CommandIdT = Aws::String>
55 template <
typename DisplayNameT = Aws::String>
57 m_displayNameHasBeenSet =
true;
58 m_displayName = std::forward<DisplayNameT>(value);
60 template <
typename DisplayNameT = Aws::String>
73 template <
typename DescriptionT = Aws::String>
75 m_descriptionHasBeenSet =
true;
76 m_description = std::forward<DescriptionT>(value);
78 template <
typename DescriptionT = Aws::String>
92 m_deprecatedHasBeenSet =
true;
102 bool m_commandIdHasBeenSet =
false;
105 bool m_displayNameHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
110 bool m_deprecated{
false};
111 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