AWS SDK for C++
1.8.129
AWS SDK for C++
aws-cpp-sdk-email
include
aws
email
model
CustomVerificationEmailTemplateDoesNotExistException.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
CustomVerificationEmailTemplateDoesNotExistException
33
{
34
public
:
35
CustomVerificationEmailTemplateDoesNotExistException
();
36
CustomVerificationEmailTemplateDoesNotExistException
(
const
Aws::Utils::Xml::XmlNode
& xmlNode);
37
CustomVerificationEmailTemplateDoesNotExistException
&
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
47
inline
const
Aws::String
&
GetCustomVerificationEmailTemplateName
()
const
{
return
m_customVerificationEmailTemplateName; }
48
53
inline
bool
CustomVerificationEmailTemplateNameHasBeenSet
()
const
{
return
m_customVerificationEmailTemplateNameHasBeenSet; }
54
59
inline
void
SetCustomVerificationEmailTemplateName
(
const
Aws::String
& value) { m_customVerificationEmailTemplateNameHasBeenSet =
true
; m_customVerificationEmailTemplateName = value; }
60
65
inline
void
SetCustomVerificationEmailTemplateName
(
Aws::String
&& value) { m_customVerificationEmailTemplateNameHasBeenSet =
true
; m_customVerificationEmailTemplateName = std::move(value); }
66
71
inline
void
SetCustomVerificationEmailTemplateName
(
const
char
* value) { m_customVerificationEmailTemplateNameHasBeenSet =
true
; m_customVerificationEmailTemplateName.assign(value); }
72
77
inline
CustomVerificationEmailTemplateDoesNotExistException
&
WithCustomVerificationEmailTemplateName
(
const
Aws::String
& value) { SetCustomVerificationEmailTemplateName(value);
return
*
this
;}
78
83
inline
CustomVerificationEmailTemplateDoesNotExistException
&
WithCustomVerificationEmailTemplateName
(
Aws::String
&& value) { SetCustomVerificationEmailTemplateName(std::move(value));
return
*
this
;}
84
89
inline
CustomVerificationEmailTemplateDoesNotExistException
&
WithCustomVerificationEmailTemplateName
(
const
char
* value) { SetCustomVerificationEmailTemplateName(value);
return
*
this
;}
90
91
private
:
92
93
Aws::String
m_customVerificationEmailTemplateName;
94
bool
m_customVerificationEmailTemplateNameHasBeenSet;
95
};
96
97
}
// namespace Model
98
}
// namespace SES
99
}
// namespace Aws
Aws::SES::Model::CustomVerificationEmailTemplateDoesNotExistException::CustomVerificationEmailTemplateDoesNotExistException
CustomVerificationEmailTemplateDoesNotExistException()
Aws::SES::Model::CustomVerificationEmailTemplateDoesNotExistException::WithCustomVerificationEmailTemplateName
CustomVerificationEmailTemplateDoesNotExistException & WithCustomVerificationEmailTemplateName(const char *value)
Definition:
CustomVerificationEmailTemplateDoesNotExistException.h:89
Aws::SES::Model::CustomVerificationEmailTemplateDoesNotExistException::operator=
CustomVerificationEmailTemplateDoesNotExistException & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
Aws::SES::Model::CustomVerificationEmailTemplateDoesNotExistException
Definition:
CustomVerificationEmailTemplateDoesNotExistException.h:33
AWSStreamFwd.h
Aws::SES::Model::CustomVerificationEmailTemplateDoesNotExistException::OutputToStream
void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
Aws::OStream
std::basic_ostream< char, std::char_traits< char > > OStream
Definition:
AWSStreamFwd.h:21
Aws::SES::Model::CustomVerificationEmailTemplateDoesNotExistException::CustomVerificationEmailTemplateNameHasBeenSet
bool CustomVerificationEmailTemplateNameHasBeenSet() const
Definition:
CustomVerificationEmailTemplateDoesNotExistException.h:53
Aws::Utils::Xml::XmlNode
Definition:
XmlSerializer.h:53
Aws::SES::Model::CustomVerificationEmailTemplateDoesNotExistException::SetCustomVerificationEmailTemplateName
void SetCustomVerificationEmailTemplateName(const char *value)
Definition:
CustomVerificationEmailTemplateDoesNotExistException.h:71
Aws::SES::Model::CustomVerificationEmailTemplateDoesNotExistException::SetCustomVerificationEmailTemplateName
void SetCustomVerificationEmailTemplateName(const Aws::String &value)
Definition:
CustomVerificationEmailTemplateDoesNotExistException.h:59
AWSString.h
Aws::SES::Model::CustomVerificationEmailTemplateDoesNotExistException::SetCustomVerificationEmailTemplateName
void SetCustomVerificationEmailTemplateName(Aws::String &&value)
Definition:
CustomVerificationEmailTemplateDoesNotExistException.h:65
SES_EXPORTS.h
AWS_SES_API
#define AWS_SES_API
Definition:
SES_EXPORTS.h:28
Aws::SES::Model::CustomVerificationEmailTemplateDoesNotExistException::WithCustomVerificationEmailTemplateName
CustomVerificationEmailTemplateDoesNotExistException & WithCustomVerificationEmailTemplateName(const Aws::String &value)
Definition:
CustomVerificationEmailTemplateDoesNotExistException.h:77
Aws::SES::Model::CustomVerificationEmailTemplateDoesNotExistException::OutputToStream
void OutputToStream(Aws::OStream &oStream, const char *location) const
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::CustomVerificationEmailTemplateDoesNotExistException::WithCustomVerificationEmailTemplateName
CustomVerificationEmailTemplateDoesNotExistException & WithCustomVerificationEmailTemplateName(Aws::String &&value)
Definition:
CustomVerificationEmailTemplateDoesNotExistException.h:83
Aws::SES::Model::CustomVerificationEmailTemplateDoesNotExistException::CustomVerificationEmailTemplateDoesNotExistException
CustomVerificationEmailTemplateDoesNotExistException(const Aws::Utils::Xml::XmlNode &xmlNode)
Aws::SES::Model::CustomVerificationEmailTemplateDoesNotExistException::GetCustomVerificationEmailTemplateName
const Aws::String & GetCustomVerificationEmailTemplateName() const
Definition:
CustomVerificationEmailTemplateDoesNotExistException.h:47
Generated by
1.8.19
Privacy |
Site terms |
Cookie preferences