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;
void SetExceptions(const Aws::Vector< RootCauseException > &value)
FaultRootCauseEntity & WithExceptions(const Aws::Vector< RootCauseException > &value)
void SetExceptions(Aws::Vector< RootCauseException > &&value)
FaultRootCauseEntity & WithName(Aws::String &&value)
AWS_XRAY_API FaultRootCauseEntity & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_XRAY_API Aws::Utils::Json::JsonValue Jsonize() const
FaultRootCauseEntity & WithRemote(bool value)
bool RemoteHasBeenSet() const
FaultRootCauseEntity & WithName(const char *value)
void SetName(const char *value)
bool ExceptionsHasBeenSet() const
bool NameHasBeenSet() const
FaultRootCauseEntity & AddExceptions(const RootCauseException &value)
void SetName(Aws::String &&value)
FaultRootCauseEntity & AddExceptions(RootCauseException &&value)
void SetName(const Aws::String &value)
void SetRemote(bool value)
AWS_XRAY_API FaultRootCauseEntity(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< RootCauseException > & GetExceptions() const
FaultRootCauseEntity & WithExceptions(Aws::Vector< RootCauseException > &&value)
const Aws::String & GetName() const
FaultRootCauseEntity & WithName(const Aws::String &value)
AWS_XRAY_API FaultRootCauseEntity()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue