7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace GroundStation
46 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
60 inline void SetParameterName(
const char* value) { m_parameterNameHasBeenSet =
true; m_parameterName.assign(value); }
68 bool m_messageHasBeenSet =
false;
71 bool m_parameterNameHasBeenSet =
false;
const Aws::String & GetParameterName() const
AWS_GROUNDSTATION_API DependencyException()
const Aws::String & GetMessage() const
DependencyException & WithParameterName(Aws::String &&value)
void SetParameterName(const char *value)
DependencyException & WithMessage(const Aws::String &value)
bool MessageHasBeenSet() const
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GROUNDSTATION_API DependencyException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(const char *value)
void SetMessage(Aws::String &&value)
void SetParameterName(Aws::String &&value)
bool ParameterNameHasBeenSet() const
AWS_GROUNDSTATION_API DependencyException & operator=(Aws::Utils::Json::JsonView jsonValue)
DependencyException & WithParameterName(const Aws::String &value)
DependencyException & WithMessage(Aws::String &&value)
void SetParameterName(const Aws::String &value)
void SetMessage(const Aws::String &value)
DependencyException & WithMessage(const char *value)
DependencyException & WithParameterName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue