7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/NetworkInterfaceStatus.h>
50 inline void SetSubnetId(
const char* value) { m_subnetIdHasBeenSet =
true; m_subnetId.assign(value); }
64 inline void SetAvailabilityZone(
const char* value) { m_availabilityZoneHasBeenSet =
true; m_availabilityZone.assign(value); }
78 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
104 inline void SetNetworkInterfaceId(
const char* value) { m_networkInterfaceIdHasBeenSet =
true; m_networkInterfaceId.assign(value); }
112 bool m_subnetIdHasBeenSet =
false;
115 bool m_availabilityZoneHasBeenSet =
false;
118 bool m_errorMessageHasBeenSet =
false;
121 bool m_statusHasBeenSet =
false;
124 bool m_networkInterfaceIdHasBeenSet =
false;
bool SubnetIdHasBeenSet() const
const Aws::String & GetSubnetId() const
AWS_QUICKSIGHT_API NetworkInterface()
NetworkInterface & WithAvailabilityZone(Aws::String &&value)
bool AvailabilityZoneHasBeenSet() const
void SetNetworkInterfaceId(Aws::String &&value)
bool StatusHasBeenSet() const
NetworkInterface & WithAvailabilityZone(const char *value)
void SetNetworkInterfaceId(const Aws::String &value)
NetworkInterface & WithNetworkInterfaceId(const Aws::String &value)
void SetAvailabilityZone(const char *value)
void SetAvailabilityZone(const Aws::String &value)
bool ErrorMessageHasBeenSet() const
void SetErrorMessage(const Aws::String &value)
AWS_QUICKSIGHT_API NetworkInterface(Aws::Utils::Json::JsonView jsonValue)
NetworkInterface & WithAvailabilityZone(const Aws::String &value)
void SetErrorMessage(Aws::String &&value)
NetworkInterface & WithErrorMessage(Aws::String &&value)
NetworkInterface & WithStatus(const NetworkInterfaceStatus &value)
const Aws::String & GetNetworkInterfaceId() const
void SetSubnetId(const Aws::String &value)
const Aws::String & GetErrorMessage() const
void SetStatus(const NetworkInterfaceStatus &value)
NetworkInterface & WithSubnetId(const Aws::String &value)
const Aws::String & GetAvailabilityZone() const
NetworkInterface & WithSubnetId(const char *value)
void SetStatus(NetworkInterfaceStatus &&value)
bool NetworkInterfaceIdHasBeenSet() const
void SetSubnetId(const char *value)
void SetSubnetId(Aws::String &&value)
NetworkInterface & WithStatus(NetworkInterfaceStatus &&value)
AWS_QUICKSIGHT_API NetworkInterface & operator=(Aws::Utils::Json::JsonView jsonValue)
NetworkInterface & WithErrorMessage(const Aws::String &value)
NetworkInterface & WithSubnetId(Aws::String &&value)
void SetNetworkInterfaceId(const char *value)
NetworkInterface & WithNetworkInterfaceId(Aws::String &&value)
void SetErrorMessage(const char *value)
void SetAvailabilityZone(Aws::String &&value)
NetworkInterface & WithNetworkInterfaceId(const char *value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
NetworkInterface & WithErrorMessage(const char *value)
const NetworkInterfaceStatus & GetStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue