AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
RemoveFlowVpcInterfaceResult.h
1
6#pragma once
7#include <aws/mediaconnect/MediaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.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 MediaConnect
25{
26namespace Model
27{
29 {
30 public:
31 AWS_MEDIACONNECT_API RemoveFlowVpcInterfaceResult() = default;
34
35
37
41 inline const Aws::String& GetFlowArn() const { return m_flowArn; }
42 template<typename FlowArnT = Aws::String>
43 void SetFlowArn(FlowArnT&& value) { m_flowArnHasBeenSet = true; m_flowArn = std::forward<FlowArnT>(value); }
44 template<typename FlowArnT = Aws::String>
45 RemoveFlowVpcInterfaceResult& WithFlowArn(FlowArnT&& value) { SetFlowArn(std::forward<FlowArnT>(value)); return *this;}
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) { m_nonDeletedNetworkInterfaceIdsHasBeenSet = true; m_nonDeletedNetworkInterfaceIds = std::forward<NonDeletedNetworkInterfaceIdsT>(value); }
56 template<typename NonDeletedNetworkInterfaceIdsT = Aws::Vector<Aws::String>>
57 RemoveFlowVpcInterfaceResult& WithNonDeletedNetworkInterfaceIds(NonDeletedNetworkInterfaceIdsT&& value) { SetNonDeletedNetworkInterfaceIds(std::forward<NonDeletedNetworkInterfaceIdsT>(value)); return *this;}
58 template<typename NonDeletedNetworkInterfaceIdsT = Aws::String>
59 RemoveFlowVpcInterfaceResult& AddNonDeletedNetworkInterfaceIds(NonDeletedNetworkInterfaceIdsT&& value) { m_nonDeletedNetworkInterfaceIdsHasBeenSet = true; m_nonDeletedNetworkInterfaceIds.emplace_back(std::forward<NonDeletedNetworkInterfaceIdsT>(value)); return *this; }
61
63
66 inline const Aws::String& GetVpcInterfaceName() const { return m_vpcInterfaceName; }
67 template<typename VpcInterfaceNameT = Aws::String>
68 void SetVpcInterfaceName(VpcInterfaceNameT&& value) { m_vpcInterfaceNameHasBeenSet = true; m_vpcInterfaceName = std::forward<VpcInterfaceNameT>(value); }
69 template<typename VpcInterfaceNameT = Aws::String>
70 RemoveFlowVpcInterfaceResult& WithVpcInterfaceName(VpcInterfaceNameT&& value) { SetVpcInterfaceName(std::forward<VpcInterfaceNameT>(value)); return *this;}
72
74
75 inline const Aws::String& GetRequestId() const { return m_requestId; }
76 template<typename RequestIdT = Aws::String>
77 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
78 template<typename RequestIdT = Aws::String>
79 RemoveFlowVpcInterfaceResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
81 private:
82
83 Aws::String m_flowArn;
84 bool m_flowArnHasBeenSet = false;
85
86 Aws::Vector<Aws::String> m_nonDeletedNetworkInterfaceIds;
87 bool m_nonDeletedNetworkInterfaceIdsHasBeenSet = false;
88
89 Aws::String m_vpcInterfaceName;
90 bool m_vpcInterfaceNameHasBeenSet = false;
91
92 Aws::String m_requestId;
93 bool m_requestIdHasBeenSet = false;
94 };
95
96} // namespace Model
97} // namespace MediaConnect
98} // 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