AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
AssociateThirdPartyFirewallResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/fms/FMS_EXPORTS.h>
9#include <aws/fms/model/ThirdPartyFirewallAssociationStatus.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace FMS {
23namespace Model {
25 public:
26 AWS_FMS_API AssociateThirdPartyFirewallResult() = default;
29
31
45 inline ThirdPartyFirewallAssociationStatus GetThirdPartyFirewallStatus() const { return m_thirdPartyFirewallStatus; }
47 m_thirdPartyFirewallStatusHasBeenSet = true;
48 m_thirdPartyFirewallStatus = value;
49 }
52 return *this;
53 }
55
57
58 inline const Aws::String& GetRequestId() const { return m_requestId; }
59 template <typename RequestIdT = Aws::String>
60 void SetRequestId(RequestIdT&& value) {
61 m_requestIdHasBeenSet = true;
62 m_requestId = std::forward<RequestIdT>(value);
63 }
64 template <typename RequestIdT = Aws::String>
66 SetRequestId(std::forward<RequestIdT>(value));
67 return *this;
68 }
70 private:
72
73 Aws::String m_requestId;
74 bool m_thirdPartyFirewallStatusHasBeenSet = false;
75 bool m_requestIdHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace FMS
80} // namespace Aws
ThirdPartyFirewallAssociationStatus GetThirdPartyFirewallStatus() const
AWS_FMS_API AssociateThirdPartyFirewallResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetThirdPartyFirewallStatus(ThirdPartyFirewallAssociationStatus value)
AssociateThirdPartyFirewallResult & WithThirdPartyFirewallStatus(ThirdPartyFirewallAssociationStatus value)
AWS_FMS_API AssociateThirdPartyFirewallResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AssociateThirdPartyFirewallResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue