AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
RemoveFlowVpcInterfaceResult.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/mediaconnect/MediaConnect_EXPORTS.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 MediaConnect {
23namespace Model {
25 public:
26 AWS_MEDIACONNECT_API RemoveFlowVpcInterfaceResult() = default;
29
31
35 inline const Aws::String& GetFlowArn() const { return m_flowArn; }
36 template <typename FlowArnT = Aws::String>
37 void SetFlowArn(FlowArnT&& value) {
38 m_flowArnHasBeenSet = true;
39 m_flowArn = std::forward<FlowArnT>(value);
40 }
41 template <typename FlowArnT = Aws::String>
43 SetFlowArn(std::forward<FlowArnT>(value));
44 return *this;
45 }
47
49
53 inline const Aws::Vector<Aws::String>& GetNonDeletedNetworkInterfaceIds() const { return m_nonDeletedNetworkInterfaceIds; }
54 template <typename NonDeletedNetworkInterfaceIdsT = Aws::Vector<Aws::String>>
55 void SetNonDeletedNetworkInterfaceIds(NonDeletedNetworkInterfaceIdsT&& value) {
56 m_nonDeletedNetworkInterfaceIdsHasBeenSet = true;
57 m_nonDeletedNetworkInterfaceIds = std::forward<NonDeletedNetworkInterfaceIdsT>(value);
58 }
59 template <typename NonDeletedNetworkInterfaceIdsT = Aws::Vector<Aws::String>>
60 RemoveFlowVpcInterfaceResult& WithNonDeletedNetworkInterfaceIds(NonDeletedNetworkInterfaceIdsT&& value) {
61 SetNonDeletedNetworkInterfaceIds(std::forward<NonDeletedNetworkInterfaceIdsT>(value));
62 return *this;
63 }
64 template <typename NonDeletedNetworkInterfaceIdsT = Aws::String>
65 RemoveFlowVpcInterfaceResult& AddNonDeletedNetworkInterfaceIds(NonDeletedNetworkInterfaceIdsT&& value) {
66 m_nonDeletedNetworkInterfaceIdsHasBeenSet = true;
67 m_nonDeletedNetworkInterfaceIds.emplace_back(std::forward<NonDeletedNetworkInterfaceIdsT>(value));
68 return *this;
69 }
71
73
76 inline const Aws::String& GetVpcInterfaceName() const { return m_vpcInterfaceName; }
77 template <typename VpcInterfaceNameT = Aws::String>
78 void SetVpcInterfaceName(VpcInterfaceNameT&& value) {
79 m_vpcInterfaceNameHasBeenSet = true;
80 m_vpcInterfaceName = std::forward<VpcInterfaceNameT>(value);
81 }
82 template <typename VpcInterfaceNameT = Aws::String>
84 SetVpcInterfaceName(std::forward<VpcInterfaceNameT>(value));
85 return *this;
86 }
88
90
91 inline const Aws::String& GetRequestId() const { return m_requestId; }
92 template <typename RequestIdT = Aws::String>
93 void SetRequestId(RequestIdT&& value) {
94 m_requestIdHasBeenSet = true;
95 m_requestId = std::forward<RequestIdT>(value);
96 }
97 template <typename RequestIdT = Aws::String>
99 SetRequestId(std::forward<RequestIdT>(value));
100 return *this;
101 }
103 private:
104 Aws::String m_flowArn;
105
106 Aws::Vector<Aws::String> m_nonDeletedNetworkInterfaceIds;
107
108 Aws::String m_vpcInterfaceName;
109
110 Aws::String m_requestId;
111 bool m_flowArnHasBeenSet = false;
112 bool m_nonDeletedNetworkInterfaceIdsHasBeenSet = false;
113 bool m_vpcInterfaceNameHasBeenSet = false;
114 bool m_requestIdHasBeenSet = false;
115};
116
117} // namespace Model
118} // namespace MediaConnect
119} // namespace Aws
RemoveFlowVpcInterfaceResult & WithVpcInterfaceName(VpcInterfaceNameT &&value)
AWS_MEDIACONNECT_API RemoveFlowVpcInterfaceResult()=default
const Aws::Vector< Aws::String > & GetNonDeletedNetworkInterfaceIds() const
RemoveFlowVpcInterfaceResult & WithFlowArn(FlowArnT &&value)
RemoveFlowVpcInterfaceResult & WithNonDeletedNetworkInterfaceIds(NonDeletedNetworkInterfaceIdsT &&value)
RemoveFlowVpcInterfaceResult & WithRequestId(RequestIdT &&value)
void SetNonDeletedNetworkInterfaceIds(NonDeletedNetworkInterfaceIdsT &&value)
RemoveFlowVpcInterfaceResult & AddNonDeletedNetworkInterfaceIds(NonDeletedNetworkInterfaceIdsT &&value)
AWS_MEDIACONNECT_API RemoveFlowVpcInterfaceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MEDIACONNECT_API RemoveFlowVpcInterfaceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue