/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The input for the DeleteThing operation.See Also:
AWS
* API Reference
The name of the thing to delete.
*/ inline const Aws::String& GetThingName() const{ return m_thingName; } /** *The name of the thing to delete.
*/ inline bool ThingNameHasBeenSet() const { return m_thingNameHasBeenSet; } /** *The name of the thing to delete.
*/ inline void SetThingName(const Aws::String& value) { m_thingNameHasBeenSet = true; m_thingName = value; } /** *The name of the thing to delete.
*/ inline void SetThingName(Aws::String&& value) { m_thingNameHasBeenSet = true; m_thingName = std::move(value); } /** *The name of the thing to delete.
*/ inline void SetThingName(const char* value) { m_thingNameHasBeenSet = true; m_thingName.assign(value); } /** *The name of the thing to delete.
*/ inline DeleteThingRequest& WithThingName(const Aws::String& value) { SetThingName(value); return *this;} /** *The name of the thing to delete.
*/ inline DeleteThingRequest& WithThingName(Aws::String&& value) { SetThingName(std::move(value)); return *this;} /** *The name of the thing to delete.
*/ inline DeleteThingRequest& WithThingName(const char* value) { SetThingName(value); return *this;} /** *The expected version of the thing record in the registry. If the version of
* the record in the registry does not match the expected version specified in the
* request, the DeleteThing
request is rejected with a
* VersionConflictException
.
The expected version of the thing record in the registry. If the version of
* the record in the registry does not match the expected version specified in the
* request, the DeleteThing
request is rejected with a
* VersionConflictException
.
The expected version of the thing record in the registry. If the version of
* the record in the registry does not match the expected version specified in the
* request, the DeleteThing
request is rejected with a
* VersionConflictException
.
The expected version of the thing record in the registry. If the version of
* the record in the registry does not match the expected version specified in the
* request, the DeleteThing
request is rejected with a
* VersionConflictException
.