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
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>
61 template<
typename ErrorT = AssociateResourceError>
62 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
63 template<
typename ErrorT = AssociateResourceError>
69 bool m_arnHasBeenSet =
false;
72 bool m_errorHasBeenSet =
false;
bool ArnHasBeenSet() const
AWS_BILLINGCONDUCTOR_API DisassociateResourceResponseElement()=default
AWS_BILLINGCONDUCTOR_API DisassociateResourceResponseElement & operator=(Aws::Utils::Json::JsonView jsonValue)
DisassociateResourceResponseElement & WithError(ErrorT &&value)
AWS_BILLINGCONDUCTOR_API Aws::Utils::Json::JsonValue Jsonize() const
bool ErrorHasBeenSet() const
AWS_BILLINGCONDUCTOR_API DisassociateResourceResponseElement(Aws::Utils::Json::JsonView jsonValue)
void SetArn(ArnT &&value)
void SetError(ErrorT &&value)
const Aws::String & GetArn() const
DisassociateResourceResponseElement & WithArn(ArnT &&value)
const AssociateResourceError & GetError() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue