7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/InputDestinationVpc.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/medialive/model/InputDestinationRoute.h>
52 inline void SetIp(
Aws::String&& value) { m_ipHasBeenSet =
true; m_ip = std::move(value); }
53 inline void SetIp(
const char* value) { m_ipHasBeenSet =
true; m_ip.assign(value); }
67 inline void SetPort(
const char* value) { m_portHasBeenSet =
true; m_port.assign(value); }
81 inline void SetUrl(
Aws::String&& value) { m_urlHasBeenSet =
true; m_url = std::move(value); }
82 inline void SetUrl(
const char* value) { m_urlHasBeenSet =
true; m_url.assign(value); }
106 inline void SetNetwork(
const char* value) { m_networkHasBeenSet =
true; m_network.assign(value); }
130 bool m_ipHasBeenSet =
false;
133 bool m_portHasBeenSet =
false;
136 bool m_urlHasBeenSet =
false;
139 bool m_vpcHasBeenSet =
false;
142 bool m_networkHasBeenSet =
false;
145 bool m_networkRoutesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue