AWS SDK for C++
1.8.129
AWS SDK for C++
aws-cpp-sdk-email
include
aws
email
model
ConfigurationSetAlreadyExistsException.h
Go to the documentation of this file.
1
6
#pragma once
7
#include <
aws/email/SES_EXPORTS.h
>
8
#include <
aws/core/utils/memory/stl/AWSStreamFwd.h
>
9
#include <
aws/core/utils/memory/stl/AWSString.h
>
10
#include <utility>
11
12
namespace
Aws
13
{
14
namespace
Utils
15
{
16
namespace
Xml
17
{
18
class
XmlNode;
19
}
// namespace Xml
20
}
// namespace Utils
21
namespace
SES
22
{
23
namespace
Model
24
{
25
32
class
AWS_SES_API
ConfigurationSetAlreadyExistsException
33
{
34
public
:
35
ConfigurationSetAlreadyExistsException
();
36
ConfigurationSetAlreadyExistsException
(
const
Aws::Utils::Xml::XmlNode
& xmlNode);
37
ConfigurationSetAlreadyExistsException
&
operator=
(
const
Aws::Utils::Xml::XmlNode
& xmlNode);
38
39
void
OutputToStream
(
Aws::OStream
& ostream,
const
char
* location,
unsigned
index
,
const
char
* locationValue)
const
;
40
void
OutputToStream
(
Aws::OStream
& oStream,
const
char
* location)
const
;
41
42
46
inline
const
Aws::String
&
GetConfigurationSetName
()
const
{
return
m_configurationSetName; }
47
51
inline
bool
ConfigurationSetNameHasBeenSet
()
const
{
return
m_configurationSetNameHasBeenSet; }
52
56
inline
void
SetConfigurationSetName
(
const
Aws::String
& value) { m_configurationSetNameHasBeenSet =
true
; m_configurationSetName = value; }
57
61
inline
void
SetConfigurationSetName
(
Aws::String
&& value) { m_configurationSetNameHasBeenSet =
true
; m_configurationSetName = std::move(value); }
62
66
inline
void
SetConfigurationSetName
(
const
char
* value) { m_configurationSetNameHasBeenSet =
true
; m_configurationSetName.assign(value); }
67
71
inline
ConfigurationSetAlreadyExistsException
&
WithConfigurationSetName
(
const
Aws::String
& value) { SetConfigurationSetName(value);
return
*
this
;}
72
76
inline
ConfigurationSetAlreadyExistsException
&
WithConfigurationSetName
(
Aws::String
&& value) { SetConfigurationSetName(std::move(value));
return
*
this
;}
77
81
inline
ConfigurationSetAlreadyExistsException
&
WithConfigurationSetName
(
const
char
* value) { SetConfigurationSetName(value);
return
*
this
;}
82
83
private
:
84
85
Aws::String
m_configurationSetName;
86
bool
m_configurationSetNameHasBeenSet;
87
};
88
89
}
// namespace Model
90
}
// namespace SES
91
}
// namespace Aws
Aws::SES::Model::ConfigurationSetAlreadyExistsException::ConfigurationSetAlreadyExistsException
ConfigurationSetAlreadyExistsException(const Aws::Utils::Xml::XmlNode &xmlNode)
Aws::SES::Model::ConfigurationSetAlreadyExistsException::SetConfigurationSetName
void SetConfigurationSetName(Aws::String &&value)
Definition:
ConfigurationSetAlreadyExistsException.h:61
Aws::SES::Model::ConfigurationSetAlreadyExistsException::WithConfigurationSetName
ConfigurationSetAlreadyExistsException & WithConfigurationSetName(const char *value)
Definition:
ConfigurationSetAlreadyExistsException.h:81
AWSStreamFwd.h
Aws::SES::Model::ConfigurationSetAlreadyExistsException::GetConfigurationSetName
const Aws::String & GetConfigurationSetName() const
Definition:
ConfigurationSetAlreadyExistsException.h:46
Aws::OStream
std::basic_ostream< char, std::char_traits< char > > OStream
Definition:
AWSStreamFwd.h:21
Aws::SES::Model::ConfigurationSetAlreadyExistsException::SetConfigurationSetName
void SetConfigurationSetName(const Aws::String &value)
Definition:
ConfigurationSetAlreadyExistsException.h:56
Aws::Utils::Xml::XmlNode
Definition:
XmlSerializer.h:53
Aws::SES::Model::ConfigurationSetAlreadyExistsException::OutputToStream
void OutputToStream(Aws::OStream &oStream, const char *location) const
AWSString.h
SES_EXPORTS.h
AWS_SES_API
#define AWS_SES_API
Definition:
SES_EXPORTS.h:28
Aws::SES::Model::ConfigurationSetAlreadyExistsException::ConfigurationSetNameHasBeenSet
bool ConfigurationSetNameHasBeenSet() const
Definition:
ConfigurationSetAlreadyExistsException.h:51
Aws::SES::Model::ConfigurationSetAlreadyExistsException::ConfigurationSetAlreadyExistsException
ConfigurationSetAlreadyExistsException()
Aws
Definition:
AccessManagementClient.h:15
Aws::SES::Model::ConfigurationSetAlreadyExistsException::operator=
ConfigurationSetAlreadyExistsException & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Aws::SES::Model::ConfigurationSetAlreadyExistsException::WithConfigurationSetName
ConfigurationSetAlreadyExistsException & WithConfigurationSetName(Aws::String &&value)
Definition:
ConfigurationSetAlreadyExistsException.h:76
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition:
AWSString.h:97
index
int index
Definition:
cJSON.h:171
Aws::SES::Model::ConfigurationSetAlreadyExistsException::SetConfigurationSetName
void SetConfigurationSetName(const char *value)
Definition:
ConfigurationSetAlreadyExistsException.h:66
Aws::SES::Model::ConfigurationSetAlreadyExistsException::WithConfigurationSetName
ConfigurationSetAlreadyExistsException & WithConfigurationSetName(const Aws::String &value)
Definition:
ConfigurationSetAlreadyExistsException.h:71
Aws::SES::Model::ConfigurationSetAlreadyExistsException::OutputToStream
void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
Aws::SES::Model::ConfigurationSetAlreadyExistsException
Definition:
ConfigurationSetAlreadyExistsException.h:33
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences