/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The request could not be completed due to a conflict with the current state
* of the target resource.See Also:
AWS
* API Reference
Conflict Exception specific errors.
*/ inline const Aws::VectorConflict Exception specific errors.
*/ inline bool ErrorsHasBeenSet() const { return m_errorsHasBeenSet; } /** *Conflict Exception specific errors.
*/ inline void SetErrors(const Aws::VectorConflict Exception specific errors.
*/ inline void SetErrors(Aws::VectorConflict Exception specific errors.
*/ inline ConflictException& WithErrors(const Aws::VectorConflict Exception specific errors.
*/ inline ConflictException& WithErrors(Aws::VectorConflict Exception specific errors.
*/ inline ConflictException& AddErrors(const ErrorDetails& value) { m_errorsHasBeenSet = true; m_errors.push_back(value); return *this; } /** *Conflict Exception specific errors.
*/ inline ConflictException& AddErrors(ErrorDetails&& value) { m_errorsHasBeenSet = true; m_errors.push_back(std::move(value)); return *this; } inline const Aws::String& GetMessage() const{ return m_message; } inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; } inline void SetMessage(const Aws::String& value) { m_messageHasBeenSet = true; m_message = value; } inline void SetMessage(Aws::String&& value) { m_messageHasBeenSet = true; m_message = std::move(value); } inline void SetMessage(const char* value) { m_messageHasBeenSet = true; m_message.assign(value); } inline ConflictException& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} inline ConflictException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *this;} inline ConflictException& WithMessage(const char* value) { SetMessage(value); return *this;} /** *A conflict occurred when prompting for the Resource ID.
*/ inline const Aws::String& GetResourceId() const{ return m_resourceId; } /** *A conflict occurred when prompting for the Resource ID.
*/ inline bool ResourceIdHasBeenSet() const { return m_resourceIdHasBeenSet; } /** *A conflict occurred when prompting for the Resource ID.
*/ inline void SetResourceId(const Aws::String& value) { m_resourceIdHasBeenSet = true; m_resourceId = value; } /** *A conflict occurred when prompting for the Resource ID.
*/ inline void SetResourceId(Aws::String&& value) { m_resourceIdHasBeenSet = true; m_resourceId = std::move(value); } /** *A conflict occurred when prompting for the Resource ID.
*/ inline void SetResourceId(const char* value) { m_resourceIdHasBeenSet = true; m_resourceId.assign(value); } /** *A conflict occurred when prompting for the Resource ID.
*/ inline ConflictException& WithResourceId(const Aws::String& value) { SetResourceId(value); return *this;} /** *A conflict occurred when prompting for the Resource ID.
*/ inline ConflictException& WithResourceId(Aws::String&& value) { SetResourceId(std::move(value)); return *this;} /** *A conflict occurred when prompting for the Resource ID.
*/ inline ConflictException& WithResourceId(const char* value) { SetResourceId(value); return *this;} /** *A conflict occurred when prompting for resource type.
*/ inline const Aws::String& GetResourceType() const{ return m_resourceType; } /** *A conflict occurred when prompting for resource type.
*/ inline bool ResourceTypeHasBeenSet() const { return m_resourceTypeHasBeenSet; } /** *A conflict occurred when prompting for resource type.
*/ inline void SetResourceType(const Aws::String& value) { m_resourceTypeHasBeenSet = true; m_resourceType = value; } /** *A conflict occurred when prompting for resource type.
*/ inline void SetResourceType(Aws::String&& value) { m_resourceTypeHasBeenSet = true; m_resourceType = std::move(value); } /** *A conflict occurred when prompting for resource type.
*/ inline void SetResourceType(const char* value) { m_resourceTypeHasBeenSet = true; m_resourceType.assign(value); } /** *A conflict occurred when prompting for resource type.
*/ inline ConflictException& WithResourceType(const Aws::String& value) { SetResourceType(value); return *this;} /** *A conflict occurred when prompting for resource type.
*/ inline ConflictException& WithResourceType(Aws::String&& value) { SetResourceType(std::move(value)); return *this;} /** *A conflict occurred when prompting for resource type.
*/ inline ConflictException& WithResourceType(const char* value) { SetResourceType(value); return *this;} private: Aws::String m_code; bool m_codeHasBeenSet = false; Aws::Vector