7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ec2/model/TagSpecification.h>
13#include <aws/core/utils/UUID.h>
48 template<
typename NetworkInsightsPathIdT = Aws::String>
49 void SetNetworkInsightsPathId(NetworkInsightsPathIdT&& value) { m_networkInsightsPathIdHasBeenSet =
true; m_networkInsightsPathId = std::forward<NetworkInsightsPathIdT>(value); }
50 template<
typename NetworkInsightsPathIdT = Aws::String>
60 template<
typename AdditionalAccountsT = Aws::Vector<Aws::String>>
61 void SetAdditionalAccounts(AdditionalAccountsT&& value) { m_additionalAccountsHasBeenSet =
true; m_additionalAccounts = std::forward<AdditionalAccountsT>(value); }
62 template<
typename AdditionalAccountsT = Aws::Vector<Aws::String>>
64 template<
typename AdditionalAccountsT = Aws::String>
75 template<
typename FilterInArnsT = Aws::Vector<Aws::String>>
76 void SetFilterInArns(FilterInArnsT&& value) { m_filterInArnsHasBeenSet =
true; m_filterInArns = std::forward<FilterInArnsT>(value); }
77 template<
typename FilterInArnsT = Aws::Vector<Aws::String>>
79 template<
typename FilterInArnsT = Aws::String>
90 template<
typename FilterOutArnsT = Aws::Vector<Aws::String>>
91 void SetFilterOutArns(FilterOutArnsT&& value) { m_filterOutArnsHasBeenSet =
true; m_filterOutArns = std::forward<FilterOutArnsT>(value); }
92 template<
typename FilterOutArnsT = Aws::Vector<Aws::String>>
94 template<
typename FilterOutArnsT = Aws::String>
107 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
117 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
118 void SetTagSpecifications(TagSpecificationsT&& value) { m_tagSpecificationsHasBeenSet =
true; m_tagSpecifications = std::forward<TagSpecificationsT>(value); }
119 template<
typename TagSpecificationsT = Aws::Vector<TagSpecification>>
121 template<
typename TagSpecificationsT = TagSpecification>
134 template<
typename ClientTokenT = Aws::String>
135 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
136 template<
typename ClientTokenT = Aws::String>
142 bool m_networkInsightsPathIdHasBeenSet =
false;
145 bool m_additionalAccountsHasBeenSet =
false;
148 bool m_filterInArnsHasBeenSet =
false;
151 bool m_filterOutArnsHasBeenSet =
false;
153 bool m_dryRun{
false};
154 bool m_dryRunHasBeenSet =
false;
157 bool m_tagSpecificationsHasBeenSet =
false;
160 bool m_clientTokenHasBeenSet =
true;
void SetNetworkInsightsPathId(NetworkInsightsPathIdT &&value)
bool DryRunHasBeenSet() const
StartNetworkInsightsAnalysisRequest & AddFilterInArns(FilterInArnsT &&value)
AWS_EC2_API StartNetworkInsightsAnalysisRequest()=default
StartNetworkInsightsAnalysisRequest & WithFilterInArns(FilterInArnsT &&value)
StartNetworkInsightsAnalysisRequest & AddFilterOutArns(FilterOutArnsT &&value)
bool ClientTokenHasBeenSet() const
bool TagSpecificationsHasBeenSet() const
bool FilterOutArnsHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetFilterOutArns(FilterOutArnsT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetAdditionalAccounts() const
bool NetworkInsightsPathIdHasBeenSet() const
StartNetworkInsightsAnalysisRequest & WithAdditionalAccounts(AdditionalAccountsT &&value)
StartNetworkInsightsAnalysisRequest & WithFilterOutArns(FilterOutArnsT &&value)
void SetFilterInArns(FilterInArnsT &&value)
StartNetworkInsightsAnalysisRequest & AddTagSpecifications(TagSpecificationsT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetFilterOutArns() const
void SetDryRun(bool value)
StartNetworkInsightsAnalysisRequest & WithDryRun(bool value)
StartNetworkInsightsAnalysisRequest & AddAdditionalAccounts(AdditionalAccountsT &&value)
void SetAdditionalAccounts(AdditionalAccountsT &&value)
const Aws::Vector< Aws::String > & GetFilterInArns() const
bool AdditionalAccountsHasBeenSet() const
StartNetworkInsightsAnalysisRequest & WithNetworkInsightsPathId(NetworkInsightsPathIdT &&value)
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetNetworkInsightsPathId() const
StartNetworkInsightsAnalysisRequest & WithTagSpecifications(TagSpecificationsT &&value)
const Aws::Vector< TagSpecification > & GetTagSpecifications() const
void SetTagSpecifications(TagSpecificationsT &&value)
StartNetworkInsightsAnalysisRequest & WithClientToken(ClientTokenT &&value)
bool FilterInArnsHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector