7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker-geospatial/SageMakerGeospatial_EXPORTS.h>
19namespace SageMakerGeospatial {
38 template <
typename MessageT = Aws::String>
40 m_messageHasBeenSet =
true;
41 m_message = std::forward<MessageT>(value);
43 template <
typename MessageT = Aws::String>
56 template <
typename ResourceIdT = Aws::String>
58 m_resourceIdHasBeenSet =
true;
59 m_resourceId = std::forward<ResourceIdT>(value);
61 template <
typename ResourceIdT = Aws::String>
71 bool m_messageHasBeenSet =
false;
72 bool m_resourceIdHasBeenSet =
false;
const Aws::String & GetMessage() const
AWS_SAGEMAKERGEOSPATIAL_API ServiceQuotaExceededException()=default
AWS_SAGEMAKERGEOSPATIAL_API ServiceQuotaExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
const Aws::String & GetResourceId() const
AWS_SAGEMAKERGEOSPATIAL_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceId(ResourceIdT &&value)
bool ResourceIdHasBeenSet() const
AWS_SAGEMAKERGEOSPATIAL_API ServiceQuotaExceededException(Aws::Utils::Json::JsonView jsonValue)
bool MessageHasBeenSet() const
ServiceQuotaExceededException & WithMessage(MessageT &&value)
ServiceQuotaExceededException & WithResourceId(ResourceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue