7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/braket/model/AssociationType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ArnT = Aws::String>
44 m_arnHasBeenSet =
true;
45 m_arn = std::forward<ArnT>(value);
47 template <
typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
61 m_typeHasBeenSet =
true;
73 bool m_arnHasBeenSet =
false;
74 bool m_typeHasBeenSet =
false;
AWS_BRAKET_API Association(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
AWS_BRAKET_API Association & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(AssociationType value)
Association & WithArn(ArnT &&value)
AWS_BRAKET_API Association()=default
AssociationType GetType() const
Association & WithType(AssociationType value)
bool ArnHasBeenSet() const
bool TypeHasBeenSet() const
const Aws::String & GetArn() const
AWS_BRAKET_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue