7#include <aws/globalaccelerator/GlobalAccelerator_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace GlobalAccelerator
37 AWS_GLOBALACCELERATOR_API
Resource() =
default;
52 template<
typename Endpo
intIdT = Aws::String>
53 void SetEndpointId(EndpointIdT&& value) { m_endpointIdHasBeenSet =
true; m_endpointId = std::forward<EndpointIdT>(value); }
54 template<
typename Endpo
intIdT = Aws::String>
69 template<
typename C
idrT = Aws::String>
70 void SetCidr(CidrT&& value) { m_cidrHasBeenSet =
true; m_cidr = std::forward<CidrT>(value); }
71 template<
typename C
idrT = Aws::String>
82 template<
typename RegionT = Aws::String>
83 void SetRegion(RegionT&& value) { m_regionHasBeenSet =
true; m_region = std::forward<RegionT>(value); }
84 template<
typename RegionT = Aws::String>
90 bool m_endpointIdHasBeenSet =
false;
93 bool m_cidrHasBeenSet =
false;
96 bool m_regionHasBeenSet =
false;
const Aws::String & GetRegion() const
const Aws::String & GetCidr() const
void SetEndpointId(EndpointIdT &&value)
void SetCidr(CidrT &&value)
Resource & WithRegion(RegionT &&value)
AWS_GLOBALACCELERATOR_API Resource(Aws::Utils::Json::JsonView jsonValue)
Resource & WithEndpointId(EndpointIdT &&value)
AWS_GLOBALACCELERATOR_API Resource()=default
const Aws::String & GetEndpointId() const
bool EndpointIdHasBeenSet() const
Resource & WithCidr(CidrT &&value)
void SetRegion(RegionT &&value)
bool CidrHasBeenSet() const
AWS_GLOBALACCELERATOR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLOBALACCELERATOR_API Resource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RegionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue