AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetDedicatedIpResult.h
1
6#pragma once
7#include <aws/sesv2/SESV2_EXPORTS.h>
8#include <aws/sesv2/model/DedicatedIp.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace SESV2
25{
26namespace Model
27{
34 {
35 public:
36 AWS_SESV2_API GetDedicatedIpResult();
39
40
42
45 inline const DedicatedIp& GetDedicatedIp() const{ return m_dedicatedIp; }
46 inline void SetDedicatedIp(const DedicatedIp& value) { m_dedicatedIp = value; }
47 inline void SetDedicatedIp(DedicatedIp&& value) { m_dedicatedIp = std::move(value); }
48 inline GetDedicatedIpResult& WithDedicatedIp(const DedicatedIp& value) { SetDedicatedIp(value); return *this;}
49 inline GetDedicatedIpResult& WithDedicatedIp(DedicatedIp&& value) { SetDedicatedIp(std::move(value)); return *this;}
51
53
54 inline const Aws::String& GetRequestId() const{ return m_requestId; }
55 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
56 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
57 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
58 inline GetDedicatedIpResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
59 inline GetDedicatedIpResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
60 inline GetDedicatedIpResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
62 private:
63
64 DedicatedIp m_dedicatedIp;
65
66 Aws::String m_requestId;
67 };
68
69} // namespace Model
70} // namespace SESV2
71} // namespace Aws
GetDedicatedIpResult & WithDedicatedIp(const DedicatedIp &value)
AWS_SESV2_API GetDedicatedIpResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDedicatedIpResult & WithRequestId(const Aws::String &value)
GetDedicatedIpResult & WithRequestId(const char *value)
void SetDedicatedIp(const DedicatedIp &value)
AWS_SESV2_API GetDedicatedIpResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDedicatedIpResult & WithRequestId(Aws::String &&value)
GetDedicatedIpResult & WithDedicatedIp(DedicatedIp &&value)
void SetRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue