/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Updating or deleting this resource can cause an inconsistent
* state.See Also:
AWS
* API Reference
The type of ConflictException.
*/ inline const ConflictExceptionType& GetConflictExceptionType() const{ return m_conflictExceptionType; } /** *The type of ConflictException.
*/ inline bool ConflictExceptionTypeHasBeenSet() const { return m_conflictExceptionTypeHasBeenSet; } /** *The type of ConflictException.
*/ inline void SetConflictExceptionType(const ConflictExceptionType& value) { m_conflictExceptionTypeHasBeenSet = true; m_conflictExceptionType = value; } /** *The type of ConflictException.
*/ inline void SetConflictExceptionType(ConflictExceptionType&& value) { m_conflictExceptionTypeHasBeenSet = true; m_conflictExceptionType = std::move(value); } /** *The type of ConflictException.
*/ inline ConflictException& WithConflictExceptionType(const ConflictExceptionType& value) { SetConflictExceptionType(value); return *this;} /** *The type of ConflictException.
*/ inline ConflictException& WithConflictExceptionType(ConflictExceptionType&& value) { SetConflictExceptionType(std::move(value)); return *this;} private: Aws::String m_message; bool m_messageHasBeenSet = false; ConflictExceptionType m_conflictExceptionType; bool m_conflictExceptionTypeHasBeenSet = false; }; } // namespace Model } // namespace mediapackagev2 } // namespace Aws