7#include <aws/billingconductor/BillingConductor_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/billingconductor/model/AssociateResourceErrorReason.h>
22namespace BillingConductor
48 template<
typename MessageT = Aws::String>
49 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
50 template<
typename MessageT = Aws::String>
66 bool m_messageHasBeenSet =
false;
69 bool m_reasonHasBeenSet =
false;
AWS_BILLINGCONDUCTOR_API AssociateResourceError & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
AssociateResourceError & WithReason(AssociateResourceErrorReason value)
AWS_BILLINGCONDUCTOR_API Aws::Utils::Json::JsonValue Jsonize() const
bool ReasonHasBeenSet() const
AWS_BILLINGCONDUCTOR_API AssociateResourceError(Aws::Utils::Json::JsonView jsonValue)
AWS_BILLINGCONDUCTOR_API AssociateResourceError()=default
const Aws::String & GetMessage() const
AssociateResourceErrorReason GetReason() const
AssociateResourceError & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
void SetReason(AssociateResourceErrorReason value)
AssociateResourceErrorReason
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue