7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename EniPrivateIpAddressT = Aws::String>
49 void SetEniPrivateIpAddress(EniPrivateIpAddressT&& value) { m_eniPrivateIpAddressHasBeenSet =
true; m_eniPrivateIpAddress = std::forward<EniPrivateIpAddressT>(value); }
50 template<
typename EniPrivateIpAddressT = Aws::String>
62 template<
typename EniIdT = Aws::String>
63 void SetEniId(EniIdT&& value) { m_eniIdHasBeenSet =
true; m_eniId = std::forward<EniIdT>(value); }
64 template<
typename EniIdT = Aws::String>
70 bool m_eniPrivateIpAddressHasBeenSet =
false;
73 bool m_eniIdHasBeenSet =
false;
bool EniPrivateIpAddressHasBeenSet() const
NetworkAccessConfiguration & WithEniId(EniIdT &&value)
NetworkAccessConfiguration & WithEniPrivateIpAddress(EniPrivateIpAddressT &&value)
AWS_APPSTREAM_API NetworkAccessConfiguration()=default
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetEniPrivateIpAddress() const
const Aws::String & GetEniId() const
AWS_APPSTREAM_API NetworkAccessConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool EniIdHasBeenSet() const
AWS_APPSTREAM_API NetworkAccessConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEniId(EniIdT &&value)
void SetEniPrivateIpAddress(EniPrivateIpAddressT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue