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;
void SetError(const AssociateResourceError &value)
bool ArnHasBeenSet() const
DisassociateResourceResponseElement & WithError(AssociateResourceError &&value)
AWS_BILLINGCONDUCTOR_API DisassociateResourceResponseElement & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArn(Aws::String &&value)
AWS_BILLINGCONDUCTOR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetError(AssociateResourceError &&value)
bool ErrorHasBeenSet() const
AWS_BILLINGCONDUCTOR_API DisassociateResourceResponseElement(Aws::Utils::Json::JsonView jsonValue)
void SetArn(const Aws::String &value)
AWS_BILLINGCONDUCTOR_API DisassociateResourceResponseElement()
void SetArn(const char *value)
DisassociateResourceResponseElement & WithArn(const char *value)
const Aws::String & GetArn() const
DisassociateResourceResponseElement & WithError(const AssociateResourceError &value)
DisassociateResourceResponseElement & WithArn(Aws::String &&value)
DisassociateResourceResponseElement & WithArn(const Aws::String &value)
const AssociateResourceError & GetError() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue