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/ssm-contacts/SSMContacts_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ssm-contacts/model/DependentEntity.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace SSMContacts
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_SSMCONTACTS_API ConflictException();
38 AWS_SSMCONTACTS_API ConflictException(Aws::Utils::Json::JsonView jsonValue);
40 AWS_SSMCONTACTS_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
45 inline const Aws::String& GetMessage() const{ return m_message; }
46 inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; }
47 inline void SetMessage(const Aws::String& value) { m_messageHasBeenSet = true; m_message = value; }
48 inline void SetMessage(Aws::String&& value) { m_messageHasBeenSet = true; m_message = std::move(value); }
49 inline void SetMessage(const char* value) { m_messageHasBeenSet = true; m_message.assign(value); }
50 inline ConflictException& WithMessage(const Aws::String& value) { SetMessage(value); return *this;}
51 inline ConflictException& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *this;}
52 inline ConflictException& WithMessage(const char* value) { SetMessage(value); return *this;}
54
56
59 inline const Aws::String& GetResourceId() const{ return m_resourceId; }
60 inline bool ResourceIdHasBeenSet() const { return m_resourceIdHasBeenSet; }
61 inline void SetResourceId(const Aws::String& value) { m_resourceIdHasBeenSet = true; m_resourceId = value; }
62 inline void SetResourceId(Aws::String&& value) { m_resourceIdHasBeenSet = true; m_resourceId = std::move(value); }
63 inline void SetResourceId(const char* value) { m_resourceIdHasBeenSet = true; m_resourceId.assign(value); }
64 inline ConflictException& WithResourceId(const Aws::String& value) { SetResourceId(value); return *this;}
65 inline ConflictException& WithResourceId(Aws::String&& value) { SetResourceId(std::move(value)); return *this;}
66 inline ConflictException& WithResourceId(const char* value) { SetResourceId(value); return *this;}
68
70
73 inline const Aws::String& GetResourceType() const{ return m_resourceType; }
74 inline bool ResourceTypeHasBeenSet() const { return m_resourceTypeHasBeenSet; }
75 inline void SetResourceType(const Aws::String& value) { m_resourceTypeHasBeenSet = true; m_resourceType = value; }
76 inline void SetResourceType(Aws::String&& value) { m_resourceTypeHasBeenSet = true; m_resourceType = std::move(value); }
77 inline void SetResourceType(const char* value) { m_resourceTypeHasBeenSet = true; m_resourceType.assign(value); }
78 inline ConflictException& WithResourceType(const Aws::String& value) { SetResourceType(value); return *this;}
79 inline ConflictException& WithResourceType(Aws::String&& value) { SetResourceType(std::move(value)); return *this;}
80 inline ConflictException& WithResourceType(const char* value) { SetResourceType(value); return *this;}
82
84
88 inline const Aws::Vector<DependentEntity>& GetDependentEntities() const{ return m_dependentEntities; }
89 inline bool DependentEntitiesHasBeenSet() const { return m_dependentEntitiesHasBeenSet; }
90 inline void SetDependentEntities(const Aws::Vector<DependentEntity>& value) { m_dependentEntitiesHasBeenSet = true; m_dependentEntities = value; }
91 inline void SetDependentEntities(Aws::Vector<DependentEntity>&& value) { m_dependentEntitiesHasBeenSet = true; m_dependentEntities = std::move(value); }
94 inline ConflictException& AddDependentEntities(const DependentEntity& value) { m_dependentEntitiesHasBeenSet = true; m_dependentEntities.push_back(value); return *this; }
95 inline ConflictException& AddDependentEntities(DependentEntity&& value) { m_dependentEntitiesHasBeenSet = true; m_dependentEntities.push_back(std::move(value)); return *this; }
97 private:
98
99 Aws::String m_message;
100 bool m_messageHasBeenSet = false;
101
102 Aws::String m_resourceId;
103 bool m_resourceIdHasBeenSet = false;
104
105 Aws::String m_resourceType;
106 bool m_resourceTypeHasBeenSet = false;
107
108 Aws::Vector<DependentEntity> m_dependentEntities;
109 bool m_dependentEntitiesHasBeenSet = false;
110 };
111
112} // namespace Model
113} // namespace SSMContacts
114} // namespace Aws
AWS_SSMCONTACTS_API Aws::Utils::Json::JsonValue Jsonize() const
ConflictException & WithResourceType(const char *value)
void SetResourceId(const Aws::String &value)
ConflictException & AddDependentEntities(const DependentEntity &value)
ConflictException & WithResourceId(const Aws::String &value)
ConflictException & WithResourceType(const Aws::String &value)
void SetResourceType(const Aws::String &value)
void SetDependentEntities(const Aws::Vector< DependentEntity > &value)
ConflictException & AddDependentEntities(DependentEntity &&value)
ConflictException & WithMessage(const char *value)
ConflictException & WithMessage(Aws::String &&value)
const Aws::String & GetResourceType() const
AWS_SSMCONTACTS_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithResourceType(Aws::String &&value)
ConflictException & WithDependentEntities(Aws::Vector< DependentEntity > &&value)
AWS_SSMCONTACTS_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const Aws::String &value)
ConflictException & WithResourceId(const char *value)
ConflictException & WithMessage(const Aws::String &value)
ConflictException & WithDependentEntities(const Aws::Vector< DependentEntity > &value)
const Aws::Vector< DependentEntity > & GetDependentEntities() const
ConflictException & WithResourceId(Aws::String &&value)
void SetDependentEntities(Aws::Vector< DependentEntity > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue