7#include <aws/iot-managed-integrations/IoTManagedIntegrations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Document.h>
22namespace IoTManagedIntegrations
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename RefT = Aws::String>
61 void SetRef(RefT&& value) { m_refHasBeenSet =
true; m_ref = std::forward<RefT>(value); }
62 template<
typename RefT = Aws::String>
73 template<
typename ActionTraceIdT = Aws::String>
74 void SetActionTraceId(ActionTraceIdT&& value) { m_actionTraceIdHasBeenSet =
true; m_actionTraceId = std::forward<ActionTraceIdT>(value); }
75 template<
typename ActionTraceIdT = Aws::String>
85 template<
typename ParametersT = Aws::Utils::Document>
86 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
87 template<
typename ParametersT = Aws::Utils::Document>
93 bool m_nameHasBeenSet =
false;
96 bool m_refHasBeenSet =
false;
99 bool m_actionTraceIdHasBeenSet =
false;
102 bool m_parametersHasBeenSet =
false;
bool ParametersHasBeenSet() const
AWS_IOTMANAGEDINTEGRATIONS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRef() const
CapabilityAction & WithActionTraceId(ActionTraceIdT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API CapabilityAction & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetActionTraceId(ActionTraceIdT &&value)
CapabilityAction & WithParameters(ParametersT &&value)
const Aws::String & GetName() const
bool RefHasBeenSet() const
Aws::Utils::DocumentView GetParameters() const
bool ActionTraceIdHasBeenSet() const
bool NameHasBeenSet() const
CapabilityAction & WithName(NameT &&value)
void SetParameters(ParametersT &&value)
void SetRef(RefT &&value)
AWS_IOTMANAGEDINTEGRATIONS_API CapabilityAction(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTMANAGEDINTEGRATIONS_API CapabilityAction()=default
void SetName(NameT &&value)
const Aws::String & GetActionTraceId() const
CapabilityAction & WithRef(RefT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue