7#include <aws/braket/Braket_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/braket/model/AssociationType.h>
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
66 bool m_arnHasBeenSet =
false;
69 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