7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetServiceErrorId(
const char* value) { m_serviceErrorIdHasBeenSet =
true; m_serviceErrorId.assign(value); }
62 inline void SetStackId(
const char* value) { m_stackIdHasBeenSet =
true; m_stackId.assign(value); }
76 inline void SetInstanceId(
const char* value) { m_instanceIdHasBeenSet =
true; m_instanceId.assign(value); }
90 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
104 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
118 inline void SetCreatedAt(
const char* value) { m_createdAtHasBeenSet =
true; m_createdAt.assign(value); }
126 bool m_serviceErrorIdHasBeenSet =
false;
129 bool m_stackIdHasBeenSet =
false;
132 bool m_instanceIdHasBeenSet =
false;
135 bool m_typeHasBeenSet =
false;
138 bool m_messageHasBeenSet =
false;
141 bool m_createdAtHasBeenSet =
false;
bool TypeHasBeenSet() const
void SetInstanceId(Aws::String &&value)
void SetServiceErrorId(Aws::String &&value)
bool MessageHasBeenSet() const
void SetCreatedAt(const char *value)
const Aws::String & GetCreatedAt() const
void SetServiceErrorId(const char *value)
void SetType(const Aws::String &value)
void SetStackId(const char *value)
bool InstanceIdHasBeenSet() const
bool CreatedAtHasBeenSet() const
const Aws::String & GetType() const
void SetStackId(const Aws::String &value)
AWS_OPSWORKS_API ServiceError(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const Aws::String &value)
void SetInstanceId(const char *value)
ServiceError & WithType(const char *value)
ServiceError & WithStackId(const Aws::String &value)
ServiceError & WithStackId(Aws::String &&value)
ServiceError & WithMessage(const char *value)
void SetType(Aws::String &&value)
void SetStackId(Aws::String &&value)
const Aws::String & GetServiceErrorId() const
bool ServiceErrorIdHasBeenSet() const
ServiceError & WithType(Aws::String &&value)
void SetServiceErrorId(const Aws::String &value)
ServiceError & WithCreatedAt(const Aws::String &value)
void SetMessage(const char *value)
AWS_OPSWORKS_API ServiceError()
void SetType(const char *value)
void SetMessage(Aws::String &&value)
void SetCreatedAt(Aws::String &&value)
ServiceError & WithServiceErrorId(Aws::String &&value)
ServiceError & WithInstanceId(const Aws::String &value)
const Aws::String & GetInstanceId() const
ServiceError & WithCreatedAt(Aws::String &&value)
ServiceError & WithServiceErrorId(const Aws::String &value)
ServiceError & WithMessage(Aws::String &&value)
ServiceError & WithInstanceId(Aws::String &&value)
AWS_OPSWORKS_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceError & WithMessage(const Aws::String &value)
ServiceError & WithType(const Aws::String &value)
bool StackIdHasBeenSet() const
const Aws::String & GetStackId() const
void SetInstanceId(const Aws::String &value)
ServiceError & WithInstanceId(const char *value)
AWS_OPSWORKS_API ServiceError & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceError & WithServiceErrorId(const char *value)
ServiceError & WithCreatedAt(const char *value)
void SetCreatedAt(const Aws::String &value)
ServiceError & WithStackId(const char *value)
const Aws::String & GetMessage() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue