AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ConflictException.h
1
6#pragma once
7#include <aws/oam/OAM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace OAM
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_OAM_API ConflictException();
39
40
42
43 inline const Aws::String& GetMessage() const{ return m_message; }
44 inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; }
45 inline void SetMessage(const Aws::String& value) { m_messageHasBeenSet = true; m_message = value; }
46 inline void SetMessage(Aws::String&& value) { m_messageHasBeenSet = true; m_message = std::move(value); }
47 inline void SetMessage(const char* value) { m_messageHasBeenSet = true; m_message.assign(value); }
48 inline ConflictException& WithMessage(const Aws::String& value) { SetMessage(value); return *this;}
49 inline ConflictException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *this;}
50 inline ConflictException& WithMessage(const char* value) { SetMessage(value); return *this;}
52
54
57 inline const Aws::String& GetAmznErrorType() const{ return m_amznErrorType; }
58 inline bool AmznErrorTypeHasBeenSet() const { return m_amznErrorTypeHasBeenSet; }
59 inline void SetAmznErrorType(const Aws::String& value) { m_amznErrorTypeHasBeenSet = true; m_amznErrorType = value; }
60 inline void SetAmznErrorType(Aws::String&& value) { m_amznErrorTypeHasBeenSet = true; m_amznErrorType = std::move(value); }
61 inline void SetAmznErrorType(const char* value) { m_amznErrorTypeHasBeenSet = true; m_amznErrorType.assign(value); }
62 inline ConflictException& WithAmznErrorType(const Aws::String& value) { SetAmznErrorType(value); return *this;}
63 inline ConflictException& WithAmznErrorType(Aws::String&& value) { SetAmznErrorType(std::move(value)); return *this;}
64 inline ConflictException& WithAmznErrorType(const char* value) { SetAmznErrorType(value); return *this;}
66 private:
67
68 Aws::String m_message;
69 bool m_messageHasBeenSet = false;
70
71 Aws::String m_amznErrorType;
72 bool m_amznErrorTypeHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace OAM
77} // namespace Aws
ConflictException & WithAmznErrorType(const Aws::String &value)
void SetAmznErrorType(Aws::String &&value)
ConflictException & WithMessage(const Aws::String &value)
AWS_OAM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_OAM_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithMessage(Aws::String &&value)
void SetAmznErrorType(const char *value)
ConflictException & WithMessage(const char *value)
ConflictException & WithAmznErrorType(const char *value)
const Aws::String & GetMessage() const
void SetMessage(Aws::String &&value)
ConflictException & WithAmznErrorType(Aws::String &&value)
AWS_OAM_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetAmznErrorType() const
void SetAmznErrorType(const Aws::String &value)
void SetMessage(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue