7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
19namespace GroundStation {
39 template <
typename MessageT = Aws::String>
41 m_messageHasBeenSet =
true;
42 m_message = std::forward<MessageT>(value);
44 template <
typename MessageT = Aws::String>
57 template <
typename ParameterNameT = Aws::String>
59 m_parameterNameHasBeenSet =
true;
60 m_parameterName = std::forward<ParameterNameT>(value);
62 template <
typename ParameterNameT = Aws::String>
72 bool m_messageHasBeenSet =
false;
73 bool m_parameterNameHasBeenSet =
false;
AWS_GROUNDSTATION_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
ServiceQuotaExceededException & WithMessage(MessageT &&value)
const Aws::String & GetMessage() const
AWS_GROUNDSTATION_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetParameterName(ParameterNameT &&value)
ServiceQuotaExceededException & WithParameterName(ParameterNameT &&value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetParameterName() const
bool ParameterNameHasBeenSet() const
AWS_GROUNDSTATION_API ServiceQuotaExceededException()=default
void SetMessage(MessageT &&value)
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue