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