AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
34
35
37
40 inline const Aws::String& GetFlowArn() const{ return m_flowArn; }
41 inline void SetFlowArn(const Aws::String& value) { m_flowArn = value; }
42 inline void SetFlowArn(Aws::String&& value) { m_flowArn = std::move(value); }
43 inline void SetFlowArn(const char* value) { m_flowArn.assign(value); }
44 inline RemoveFlowVpcInterfaceResult& WithFlowArn(const Aws::String& value) { SetFlowArn(value); return *this;}
45 inline RemoveFlowVpcInterfaceResult& WithFlowArn(Aws::String&& value) { SetFlowArn(std::move(value)); return *this;}
46 inline RemoveFlowVpcInterfaceResult& WithFlowArn(const char* value) { SetFlowArn(value); return *this;}
48
50
54 inline const Aws::Vector<Aws::String>& GetNonDeletedNetworkInterfaceIds() const{ return m_nonDeletedNetworkInterfaceIds; }
55 inline void SetNonDeletedNetworkInterfaceIds(const Aws::Vector<Aws::String>& value) { m_nonDeletedNetworkInterfaceIds = value; }
56 inline void SetNonDeletedNetworkInterfaceIds(Aws::Vector<Aws::String>&& value) { m_nonDeletedNetworkInterfaceIds = std::move(value); }
59 inline RemoveFlowVpcInterfaceResult& AddNonDeletedNetworkInterfaceIds(const Aws::String& value) { m_nonDeletedNetworkInterfaceIds.push_back(value); return *this; }
60 inline RemoveFlowVpcInterfaceResult& AddNonDeletedNetworkInterfaceIds(Aws::String&& value) { m_nonDeletedNetworkInterfaceIds.push_back(std::move(value)); return *this; }
61 inline RemoveFlowVpcInterfaceResult& AddNonDeletedNetworkInterfaceIds(const char* value) { m_nonDeletedNetworkInterfaceIds.push_back(value); return *this; }
63
65
68 inline const Aws::String& GetVpcInterfaceName() const{ return m_vpcInterfaceName; }
69 inline void SetVpcInterfaceName(const Aws::String& value) { m_vpcInterfaceName = value; }
70 inline void SetVpcInterfaceName(Aws::String&& value) { m_vpcInterfaceName = std::move(value); }
71 inline void SetVpcInterfaceName(const char* value) { m_vpcInterfaceName.assign(value); }
73 inline RemoveFlowVpcInterfaceResult& WithVpcInterfaceName(Aws::String&& value) { SetVpcInterfaceName(std::move(value)); return *this;}
74 inline RemoveFlowVpcInterfaceResult& WithVpcInterfaceName(const char* value) { SetVpcInterfaceName(value); return *this;}
76
78
79 inline const Aws::String& GetRequestId() const{ return m_requestId; }
80 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
81 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
82 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
83 inline RemoveFlowVpcInterfaceResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
84 inline RemoveFlowVpcInterfaceResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
85 inline RemoveFlowVpcInterfaceResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
87 private:
88
89 Aws::String m_flowArn;
90
91 Aws::Vector<Aws::String> m_nonDeletedNetworkInterfaceIds;
92
93 Aws::String m_vpcInterfaceName;
94
95 Aws::String m_requestId;
96 };
97
98} // namespace Model
99} // namespace MediaConnect
100} // namespace Aws
RemoveFlowVpcInterfaceResult & WithFlowArn(Aws::String &&value)
void SetNonDeletedNetworkInterfaceIds(Aws::Vector< Aws::String > &&value)
RemoveFlowVpcInterfaceResult & WithRequestId(Aws::String &&value)
RemoveFlowVpcInterfaceResult & WithRequestId(const char *value)
RemoveFlowVpcInterfaceResult & WithFlowArn(const char *value)
const Aws::Vector< Aws::String > & GetNonDeletedNetworkInterfaceIds() const
RemoveFlowVpcInterfaceResult & WithNonDeletedNetworkInterfaceIds(Aws::Vector< Aws::String > &&value)
RemoveFlowVpcInterfaceResult & AddNonDeletedNetworkInterfaceIds(const Aws::String &value)
RemoveFlowVpcInterfaceResult & WithFlowArn(const Aws::String &value)
RemoveFlowVpcInterfaceResult & WithVpcInterfaceName(Aws::String &&value)
RemoveFlowVpcInterfaceResult & WithNonDeletedNetworkInterfaceIds(const Aws::Vector< Aws::String > &value)
RemoveFlowVpcInterfaceResult & WithVpcInterfaceName(const Aws::String &value)
RemoveFlowVpcInterfaceResult & WithVpcInterfaceName(const char *value)
RemoveFlowVpcInterfaceResult & AddNonDeletedNetworkInterfaceIds(Aws::String &&value)
RemoveFlowVpcInterfaceResult & WithRequestId(const Aws::String &value)
void SetNonDeletedNetworkInterfaceIds(const Aws::Vector< Aws::String > &value)
AWS_MEDIACONNECT_API RemoveFlowVpcInterfaceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
RemoveFlowVpcInterfaceResult & AddNonDeletedNetworkInterfaceIds(const char *value)
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