7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace GroundStation
44 template<
typename MessageT = Aws::String>
45 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
46 template<
typename MessageT = Aws::String>
56 template<
typename ParameterNameT = Aws::String>
57 void SetParameterName(ParameterNameT&& value) { m_parameterNameHasBeenSet =
true; m_parameterName = std::forward<ParameterNameT>(value); }
58 template<
typename ParameterNameT = Aws::String>
64 bool m_messageHasBeenSet =
false;
67 bool m_parameterNameHasBeenSet =
false;
const Aws::String & GetParameterName() const
const Aws::String & GetMessage() const
void SetParameterName(ParameterNameT &&value)
void SetMessage(MessageT &&value)
DependencyException & WithMessage(MessageT &&value)
AWS_GROUNDSTATION_API DependencyException()=default
bool MessageHasBeenSet() const
DependencyException & WithParameterName(ParameterNameT &&value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GROUNDSTATION_API DependencyException(Aws::Utils::Json::JsonView jsonValue)
bool ParameterNameHasBeenSet() const
AWS_GROUNDSTATION_API DependencyException & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue