7#include <aws/xray/XRay_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/xray/model/RootCauseException.h>
51 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
77 inline void SetRemote(
bool value) { m_remoteHasBeenSet =
true; m_remote = value; }
83 bool m_nameHasBeenSet =
false;
86 bool m_exceptionsHasBeenSet =
false;
89 bool m_remoteHasBeenSet =
false;
const Aws::String & GetName() const
ErrorRootCauseEntity & WithExceptions(const Aws::Vector< RootCauseException > &value)
void SetRemote(bool value)
ErrorRootCauseEntity & WithRemote(bool value)
void SetName(const Aws::String &value)
ErrorRootCauseEntity & WithName(Aws::String &&value)
ErrorRootCauseEntity & WithExceptions(Aws::Vector< RootCauseException > &&value)
void SetName(const char *value)
bool ExceptionsHasBeenSet() const
ErrorRootCauseEntity & AddExceptions(const RootCauseException &value)
void SetExceptions(const Aws::Vector< RootCauseException > &value)
bool NameHasBeenSet() const
bool RemoteHasBeenSet() const
AWS_XRAY_API ErrorRootCauseEntity(Aws::Utils::Json::JsonView jsonValue)
void SetName(Aws::String &&value)
AWS_XRAY_API ErrorRootCauseEntity()
ErrorRootCauseEntity & AddExceptions(RootCauseException &&value)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< RootCauseException > & GetExceptions() const
AWS_XRAY_API ErrorRootCauseEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetExceptions(Aws::Vector< RootCauseException > &&value)
ErrorRootCauseEntity & WithName(const Aws::String &value)
ErrorRootCauseEntity & WithName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue