7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetThingGroupName(
const char* value) { m_thingGroupNameHasBeenSet =
true; m_thingGroupName.assign(value); }
61 inline void SetExpectedVersion(
long long value) { m_expectedVersionHasBeenSet =
true; m_expectedVersion = value; }
67 bool m_thingGroupNameHasBeenSet =
false;
69 long long m_expectedVersion;
70 bool m_expectedVersionHasBeenSet =
false;
DeleteDynamicThingGroupRequest & WithThingGroupName(const Aws::String &value)
AWS_IOT_API DeleteDynamicThingGroupRequest()
bool ExpectedVersionHasBeenSet() const
const Aws::String & GetThingGroupName() const
DeleteDynamicThingGroupRequest & WithThingGroupName(const char *value)
virtual const char * GetServiceRequestName() const override
void SetThingGroupName(const char *value)
void SetThingGroupName(Aws::String &&value)
DeleteDynamicThingGroupRequest & WithExpectedVersion(long long value)
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
long long GetExpectedVersion() const
void SetExpectedVersion(long long value)
void SetThingGroupName(const Aws::String &value)
AWS_IOT_API Aws::String SerializePayload() const override
DeleteDynamicThingGroupRequest & WithThingGroupName(Aws::String &&value)
bool ThingGroupNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String