7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/directconnect/DirectConnect_EXPORTS.h>
9#include <aws/directconnect/model/ResiliencyGroupState.h>
10#include <aws/directconnect/model/ResiliencyGroupType.h>
21namespace DirectConnect {
42 template <
typename ResiliencyGroupIdT = Aws::String>
44 m_resiliencyGroupIdHasBeenSet =
true;
45 m_resiliencyGroupId = std::forward<ResiliencyGroupIdT>(value);
47 template <
typename ResiliencyGroupIdT = Aws::String>
60 template <
typename ResiliencyGroupArnT = Aws::String>
62 m_resiliencyGroupArnHasBeenSet =
true;
63 m_resiliencyGroupArn = std::forward<ResiliencyGroupArnT>(value);
65 template <
typename ResiliencyGroupArnT = Aws::String>
78 template <
typename ResiliencyGroupNameT = Aws::String>
80 m_resiliencyGroupNameHasBeenSet =
true;
81 m_resiliencyGroupName = std::forward<ResiliencyGroupNameT>(value);
83 template <
typename ResiliencyGroupNameT = Aws::String>
98 m_resiliencyGroupTypeHasBeenSet =
true;
99 m_resiliencyGroupType = value;
113 template <
typename OwnerAccountT = Aws::String>
115 m_ownerAccountHasBeenSet =
true;
116 m_ownerAccount = std::forward<OwnerAccountT>(value);
118 template <
typename OwnerAccountT = Aws::String>
132 m_stateHasBeenSet =
true;
152 bool m_resiliencyGroupIdHasBeenSet =
false;
153 bool m_resiliencyGroupArnHasBeenSet =
false;
154 bool m_resiliencyGroupNameHasBeenSet =
false;
155 bool m_resiliencyGroupTypeHasBeenSet =
false;
156 bool m_ownerAccountHasBeenSet =
false;
157 bool m_stateHasBeenSet =
false;
ResiliencyGroupType GetResiliencyGroupType() const
const Aws::String & GetResiliencyGroupId() const
AWS_DIRECTCONNECT_API ResiliencyGroupSummary(Aws::Utils::Json::JsonView jsonValue)
bool StateHasBeenSet() const
void SetResiliencyGroupId(ResiliencyGroupIdT &&value)
void SetOwnerAccount(OwnerAccountT &&value)
AWS_DIRECTCONNECT_API ResiliencyGroupSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResiliencyGroupArn(ResiliencyGroupArnT &&value)
ResiliencyGroupSummary & WithOwnerAccount(OwnerAccountT &&value)
ResiliencyGroupSummary & WithResiliencyGroupType(ResiliencyGroupType value)
bool ResiliencyGroupNameHasBeenSet() const
void SetResiliencyGroupName(ResiliencyGroupNameT &&value)
bool ResiliencyGroupTypeHasBeenSet() const
AWS_DIRECTCONNECT_API ResiliencyGroupSummary()=default
bool ResiliencyGroupArnHasBeenSet() const
ResiliencyGroupState GetState() const
void SetState(ResiliencyGroupState value)
bool ResiliencyGroupIdHasBeenSet() const
ResiliencyGroupSummary & WithState(ResiliencyGroupState value)
ResiliencyGroupSummary & WithResiliencyGroupName(ResiliencyGroupNameT &&value)
ResiliencyGroupSummary & WithResiliencyGroupId(ResiliencyGroupIdT &&value)
bool OwnerAccountHasBeenSet() const
void SetResiliencyGroupType(ResiliencyGroupType value)
const Aws::String & GetOwnerAccount() const
ResiliencyGroupSummary & WithResiliencyGroupArn(ResiliencyGroupArnT &&value)
const Aws::String & GetResiliencyGroupName() const
const Aws::String & GetResiliencyGroupArn() const
AWS_DIRECTCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue