AWS SDK for C++

AWS SDK for C++ Version 1.11.759

Loading...
Searching...
No Matches
GetDedicatedIpResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/pinpoint-email/PinpointEmail_EXPORTS.h>
10#include <aws/pinpoint-email/model/DedicatedIp.h>
11
12#include <utility>
13
14namespace Aws {
15template <typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils {
19namespace Json {
20class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace PinpointEmail {
24namespace Model {
31 public:
32 AWS_PINPOINTEMAIL_API GetDedicatedIpResult() = default;
35
37
40 inline const DedicatedIp& GetDedicatedIp() const { return m_dedicatedIp; }
41 template <typename DedicatedIpT = DedicatedIp>
42 void SetDedicatedIp(DedicatedIpT&& value) {
43 m_dedicatedIpHasBeenSet = true;
44 m_dedicatedIp = std::forward<DedicatedIpT>(value);
45 }
46 template <typename DedicatedIpT = DedicatedIp>
47 GetDedicatedIpResult& WithDedicatedIp(DedicatedIpT&& value) {
48 SetDedicatedIp(std::forward<DedicatedIpT>(value));
49 return *this;
50 }
52
54
55 inline const Aws::String& GetRequestId() const { return m_requestId; }
56 template <typename RequestIdT = Aws::String>
57 void SetRequestId(RequestIdT&& value) {
58 m_requestIdHasBeenSet = true;
59 m_requestId = std::forward<RequestIdT>(value);
60 }
61 template <typename RequestIdT = Aws::String>
62 GetDedicatedIpResult& WithRequestId(RequestIdT&& value) {
63 SetRequestId(std::forward<RequestIdT>(value));
64 return *this;
65 }
67 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
68
69 private:
70 DedicatedIp m_dedicatedIp;
71
72 Aws::String m_requestId;
73 Aws::Http::HttpResponseCode m_HttpResponseCode;
74 bool m_dedicatedIpHasBeenSet = false;
75 bool m_requestIdHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace PinpointEmail
80} // namespace Aws
GetDedicatedIpResult & WithRequestId(RequestIdT &&value)
AWS_PINPOINTEMAIL_API GetDedicatedIpResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_PINPOINTEMAIL_API GetDedicatedIpResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_PINPOINTEMAIL_API GetDedicatedIpResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDedicatedIpResult & WithDedicatedIp(DedicatedIpT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue