7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/panorama/Panorama_EXPORTS.h>
10#include <aws/panorama/model/ConflictExceptionErrorArgument.h>
42 template <
typename ErrorArgumentsT = Aws::Vector<ConflictExceptionErrorArgument>>
44 m_errorArgumentsHasBeenSet =
true;
45 m_errorArguments = std::forward<ErrorArgumentsT>(value);
47 template <
typename ErrorArgumentsT = Aws::Vector<ConflictExceptionErrorArgument>>
52 template <
typename ErrorArgumentsT = ConflictExceptionErrorArgument>
54 m_errorArgumentsHasBeenSet =
true;
55 m_errorArguments.emplace_back(std::forward<ErrorArgumentsT>(value));
66 template <
typename ErrorIdT = Aws::String>
68 m_errorIdHasBeenSet =
true;
69 m_errorId = std::forward<ErrorIdT>(value);
71 template <
typename ErrorIdT = Aws::String>
82 template <
typename MessageT = Aws::String>
84 m_messageHasBeenSet =
true;
85 m_message = std::forward<MessageT>(value);
87 template <
typename MessageT = Aws::String>
100 template <
typename ResourceIdT = Aws::String>
102 m_resourceIdHasBeenSet =
true;
103 m_resourceId = std::forward<ResourceIdT>(value);
105 template <
typename ResourceIdT = Aws::String>
118 template <
typename ResourceTypeT = Aws::String>
120 m_resourceTypeHasBeenSet =
true;
121 m_resourceType = std::forward<ResourceTypeT>(value);
123 template <
typename ResourceTypeT = Aws::String>
139 bool m_errorArgumentsHasBeenSet =
false;
140 bool m_errorIdHasBeenSet =
false;
141 bool m_messageHasBeenSet =
false;
142 bool m_resourceIdHasBeenSet =
false;
143 bool m_resourceTypeHasBeenSet =
false;
void SetErrorId(ErrorIdT &&value)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetResourceType() const
const Aws::String & GetMessage() const
void SetResourceId(ResourceIdT &&value)
ConflictException & WithErrorArguments(ErrorArgumentsT &&value)
void SetErrorArguments(ErrorArgumentsT &&value)
bool MessageHasBeenSet() const
ConflictException & WithErrorId(ErrorIdT &&value)
ConflictException & AddErrorArguments(ErrorArgumentsT &&value)
bool ResourceTypeHasBeenSet() const
AWS_PANORAMA_API ConflictException()=default
AWS_PANORAMA_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ConflictExceptionErrorArgument > & GetErrorArguments() const
ConflictException & WithResourceId(ResourceIdT &&value)
ConflictException & WithResourceType(ResourceTypeT &&value)
bool ErrorIdHasBeenSet() const
void SetResourceType(ResourceTypeT &&value)
const Aws::String & GetErrorId() const
const Aws::String & GetResourceId() const
bool ErrorArgumentsHasBeenSet() const
void SetMessage(MessageT &&value)
ConflictException & WithMessage(MessageT &&value)
AWS_PANORAMA_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
bool ResourceIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue