AWS SDK for C++
1.8.129
AWS SDK for C++
aws-cpp-sdk-email
include
aws
email
model
ConfigurationSetDoesNotExistException.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
ConfigurationSetDoesNotExistException
33
{
34
public
:
35
ConfigurationSetDoesNotExistException
();
36
ConfigurationSetDoesNotExistException
(
const
Aws::Utils::Xml::XmlNode
& xmlNode);
37
ConfigurationSetDoesNotExistException
&
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
ConfigurationSetDoesNotExistException
&
WithConfigurationSetName
(
const
Aws::String
& value) { SetConfigurationSetName(value);
return
*
this
;}
72
76
inline
ConfigurationSetDoesNotExistException
&
WithConfigurationSetName
(
Aws::String
&& value) { SetConfigurationSetName(std::move(value));
return
*
this
;}
77
81
inline
ConfigurationSetDoesNotExistException
&
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::ConfigurationSetDoesNotExistException::ConfigurationSetDoesNotExistException
ConfigurationSetDoesNotExistException()
Aws::SES::Model::ConfigurationSetDoesNotExistException::operator=
ConfigurationSetDoesNotExistException & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Aws::SES::Model::ConfigurationSetDoesNotExistException::OutputToStream
void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
Aws::SES::Model::ConfigurationSetDoesNotExistException::WithConfigurationSetName
ConfigurationSetDoesNotExistException & WithConfigurationSetName(const Aws::String &value)
Definition:
ConfigurationSetDoesNotExistException.h:71
AWSStreamFwd.h
Aws::SES::Model::ConfigurationSetDoesNotExistException
Definition:
ConfigurationSetDoesNotExistException.h:33
Aws::OStream
std::basic_ostream< char, std::char_traits< char > > OStream
Definition:
AWSStreamFwd.h:21
Aws::SES::Model::ConfigurationSetDoesNotExistException::SetConfigurationSetName
void SetConfigurationSetName(Aws::String &&value)
Definition:
ConfigurationSetDoesNotExistException.h:61
Aws::SES::Model::ConfigurationSetDoesNotExistException::OutputToStream
void OutputToStream(Aws::OStream &oStream, const char *location) const
Aws::Utils::Xml::XmlNode
Definition:
XmlSerializer.h:53
AWSString.h
SES_EXPORTS.h
AWS_SES_API
#define AWS_SES_API
Definition:
SES_EXPORTS.h:28
Aws::SES::Model::ConfigurationSetDoesNotExistException::ConfigurationSetDoesNotExistException
ConfigurationSetDoesNotExistException(const Aws::Utils::Xml::XmlNode &xmlNode)
Aws::SES::Model::ConfigurationSetDoesNotExistException::WithConfigurationSetName
ConfigurationSetDoesNotExistException & WithConfigurationSetName(const char *value)
Definition:
ConfigurationSetDoesNotExistException.h:81
Aws::SES::Model::ConfigurationSetDoesNotExistException::WithConfigurationSetName
ConfigurationSetDoesNotExistException & WithConfigurationSetName(Aws::String &&value)
Definition:
ConfigurationSetDoesNotExistException.h:76
Aws::SES::Model::ConfigurationSetDoesNotExistException::SetConfigurationSetName
void SetConfigurationSetName(const Aws::String &value)
Definition:
ConfigurationSetDoesNotExistException.h:56
Aws
Definition:
AccessManagementClient.h:15
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::ConfigurationSetDoesNotExistException::ConfigurationSetNameHasBeenSet
bool ConfigurationSetNameHasBeenSet() const
Definition:
ConfigurationSetDoesNotExistException.h:51
Aws::SES::Model::ConfigurationSetDoesNotExistException::SetConfigurationSetName
void SetConfigurationSetName(const char *value)
Definition:
ConfigurationSetDoesNotExistException.h:66
Aws::SES::Model::ConfigurationSetDoesNotExistException::GetConfigurationSetName
const Aws::String & GetConfigurationSetName() const
Definition:
ConfigurationSetDoesNotExistException.h:46
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences