7#include <aws/resiliencehub/ResilienceHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ResilienceHub
48 inline void SetLogicalResourceId(
const char* value) { m_logicalResourceIdHasBeenSet =
true; m_logicalResourceId.assign(value); }
62 inline void SetPhysicalResourceId(
const char* value) { m_physicalResourceIdHasBeenSet =
true; m_physicalResourceId.assign(value); }
76 inline void SetReason(
const char* value) { m_reasonHasBeenSet =
true; m_reason.assign(value); }
84 bool m_logicalResourceIdHasBeenSet =
false;
87 bool m_physicalResourceIdHasBeenSet =
false;
90 bool m_reasonHasBeenSet =
false;
AWS_RESILIENCEHUB_API Aws::Utils::Json::JsonValue Jsonize() const
ResourceError & WithLogicalResourceId(const char *value)
ResourceError & WithPhysicalResourceId(const Aws::String &value)
void SetPhysicalResourceId(const char *value)
ResourceError & WithLogicalResourceId(const Aws::String &value)
const Aws::String & GetPhysicalResourceId() const
void SetReason(const char *value)
AWS_RESILIENCEHUB_API ResourceError & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceError & WithReason(Aws::String &&value)
const Aws::String & GetLogicalResourceId() const
bool PhysicalResourceIdHasBeenSet() const
void SetLogicalResourceId(Aws::String &&value)
const Aws::String & GetReason() const
ResourceError & WithReason(const Aws::String &value)
AWS_RESILIENCEHUB_API ResourceError()
bool ReasonHasBeenSet() const
ResourceError & WithPhysicalResourceId(Aws::String &&value)
ResourceError & WithLogicalResourceId(Aws::String &&value)
AWS_RESILIENCEHUB_API ResourceError(Aws::Utils::Json::JsonView jsonValue)
void SetPhysicalResourceId(Aws::String &&value)
void SetLogicalResourceId(const Aws::String &value)
void SetReason(const Aws::String &value)
ResourceError & WithPhysicalResourceId(const char *value)
ResourceError & WithReason(const char *value)
void SetReason(Aws::String &&value)
void SetLogicalResourceId(const char *value)
void SetPhysicalResourceId(const Aws::String &value)
bool LogicalResourceIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue