/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Updating or deleting a resource can cause an inconsistent
* state.See Also:
AWS
* API Reference
Identifier of the resource affected.
*/ inline const Aws::String& GetResourceId() const{ return m_resourceId; } /** *Identifier of the resource affected.
*/ inline bool ResourceIdHasBeenSet() const { return m_resourceIdHasBeenSet; } /** *Identifier of the resource affected.
*/ inline void SetResourceId(const Aws::String& value) { m_resourceIdHasBeenSet = true; m_resourceId = value; } /** *Identifier of the resource affected.
*/ inline void SetResourceId(Aws::String&& value) { m_resourceIdHasBeenSet = true; m_resourceId = std::move(value); } /** *Identifier of the resource affected.
*/ inline void SetResourceId(const char* value) { m_resourceIdHasBeenSet = true; m_resourceId.assign(value); } /** *Identifier of the resource affected.
*/ inline ConflictException& WithResourceId(const Aws::String& value) { SetResourceId(value); return *this;} /** *Identifier of the resource affected.
*/ inline ConflictException& WithResourceId(Aws::String&& value) { SetResourceId(std::move(value)); return *this;} /** *Identifier of the resource affected.
*/ inline ConflictException& WithResourceId(const char* value) { SetResourceId(value); return *this;} private: Aws::String m_message; bool m_messageHasBeenSet = false; Aws::String m_resourceId; bool m_resourceIdHasBeenSet = false; }; } // namespace Model } // namespace SageMakerGeospatial } // namespace Aws