7#include <aws/billingconductor/BillingConductor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/billingconductor/model/AssociateResourceError.h>
22namespace BillingConductor
49 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
50 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
71 bool m_arnHasBeenSet =
false;
74 bool m_errorHasBeenSet =
false;
AWS_BILLINGCONDUCTOR_API AssociateResourceResponseElement & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
void SetArn(const Aws::String &value)
AssociateResourceResponseElement & WithError(const AssociateResourceError &value)
void SetError(AssociateResourceError &&value)
AWS_BILLINGCONDUCTOR_API Aws::Utils::Json::JsonValue Jsonize() const
bool ErrorHasBeenSet() const
AssociateResourceResponseElement & WithArn(Aws::String &&value)
AWS_BILLINGCONDUCTOR_API AssociateResourceResponseElement(Aws::Utils::Json::JsonView jsonValue)
void SetError(const AssociateResourceError &value)
void SetArn(Aws::String &&value)
AssociateResourceResponseElement & WithArn(const char *value)
AssociateResourceResponseElement & WithError(AssociateResourceError &&value)
AWS_BILLINGCONDUCTOR_API AssociateResourceResponseElement()
const AssociateResourceError & GetError() const
AssociateResourceResponseElement & WithArn(const Aws::String &value)
void SetArn(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue