7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/directconnect/DirectConnect_EXPORTS.h>
9#include <aws/directconnect/model/GatewayType.h>
20namespace DirectConnect {
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
60 m_typeHasBeenSet =
true;
76 template <
typename OwnerAccountT = Aws::String>
78 m_ownerAccountHasBeenSet =
true;
79 m_ownerAccount = std::forward<OwnerAccountT>(value);
81 template <
typename OwnerAccountT = Aws::String>
94 template <
typename RegionT = Aws::String>
96 m_regionHasBeenSet =
true;
97 m_region = std::forward<RegionT>(value);
99 template <
typename RegionT = Aws::String>
113 bool m_idHasBeenSet =
false;
114 bool m_typeHasBeenSet =
false;
115 bool m_ownerAccountHasBeenSet =
false;
116 bool m_regionHasBeenSet =
false;
AssociatedGateway & WithId(IdT &&value)
void SetRegion(RegionT &&value)
void SetType(GatewayType value)
AssociatedGateway & WithRegion(RegionT &&value)
AWS_DIRECTCONNECT_API AssociatedGateway()=default
AssociatedGateway & WithType(GatewayType value)
bool TypeHasBeenSet() const
AWS_DIRECTCONNECT_API AssociatedGateway(Aws::Utils::Json::JsonView jsonValue)
void SetOwnerAccount(OwnerAccountT &&value)
bool IdHasBeenSet() const
AssociatedGateway & WithOwnerAccount(OwnerAccountT &&value)
const Aws::String & GetRegion() const
AWS_DIRECTCONNECT_API AssociatedGateway & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DIRECTCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetId() const
bool OwnerAccountHasBeenSet() const
GatewayType GetType() const
const Aws::String & GetOwnerAccount() const
bool RegionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue