AWS SDK for C++
AWS SDK for C++ Version 1.11.767
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-email
include
aws
email
model
UpdateAccountSendingEnabledRequest.h
1
6
#pragma once
7
#include <aws/email/SESRequest.h>
8
#include <aws/email/SES_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
SES {
12
namespace
Model {
13
20
class
UpdateAccountSendingEnabledRequest
:
public
SESRequest
{
21
public
:
22
AWS_SES_API
UpdateAccountSendingEnabledRequest
() =
default
;
23
24
// Service request name is the Operation name which will send this request out,
25
// each operation should has unique request name, so that we can get operation's name from this request.
26
// Note: this is not true for response, multiple operations may have the same response name,
27
// so we can not get operation's name from response.
28
inline
virtual
const
char
*
GetServiceRequestName
()
const override
{
return
"UpdateAccountSendingEnabled"
; }
29
30
AWS_SES_API
Aws::String
SerializePayload
()
const override
;
31
32
protected
:
33
AWS_SES_API
void
DumpBodyToUrl
(
Aws::Http::URI
& uri)
const override
;
34
35
public
:
37
41
inline
bool
GetEnabled
()
const
{
return
m_enabled; }
42
inline
bool
EnabledHasBeenSet
()
const
{
return
m_enabledHasBeenSet; }
43
inline
void
SetEnabled
(
bool
value) {
44
m_enabledHasBeenSet =
true
;
45
m_enabled = value;
46
}
47
inline
UpdateAccountSendingEnabledRequest
&
WithEnabled
(
bool
value) {
48
SetEnabled
(value);
49
return
*
this
;
50
}
52
private
:
53
bool
m_enabled{
false
};
54
bool
m_enabledHasBeenSet =
false
;
55
};
56
57
}
// namespace Model
58
}
// namespace SES
59
}
// namespace Aws
Aws::Http::URI
Aws::SES::Model::UpdateAccountSendingEnabledRequest
Definition
UpdateAccountSendingEnabledRequest.h:20
Aws::SES::Model::UpdateAccountSendingEnabledRequest::GetEnabled
bool GetEnabled() const
Definition
UpdateAccountSendingEnabledRequest.h:41
Aws::SES::Model::UpdateAccountSendingEnabledRequest::DumpBodyToUrl
AWS_SES_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
Aws::SES::Model::UpdateAccountSendingEnabledRequest::EnabledHasBeenSet
bool EnabledHasBeenSet() const
Definition
UpdateAccountSendingEnabledRequest.h:42
Aws::SES::Model::UpdateAccountSendingEnabledRequest::GetServiceRequestName
virtual const char * GetServiceRequestName() const override
Definition
UpdateAccountSendingEnabledRequest.h:28
Aws::SES::Model::UpdateAccountSendingEnabledRequest::SerializePayload
AWS_SES_API Aws::String SerializePayload() const override
Aws::SES::Model::UpdateAccountSendingEnabledRequest::WithEnabled
UpdateAccountSendingEnabledRequest & WithEnabled(bool value)
Definition
UpdateAccountSendingEnabledRequest.h:47
Aws::SES::Model::UpdateAccountSendingEnabledRequest::UpdateAccountSendingEnabledRequest
AWS_SES_API UpdateAccountSendingEnabledRequest()=default
Aws::SES::Model::UpdateAccountSendingEnabledRequest::SetEnabled
void SetEnabled(bool value)
Definition
UpdateAccountSendingEnabledRequest.h:43
Aws::SES::SESRequest
Definition
SESRequest.h:15
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences