7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
60 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
74 inline void SetResourceType(
const char* value) { m_resourceTypeHasBeenSet =
true; m_resourceType.assign(value); }
82 bool m_messageHasBeenSet =
false;
85 bool m_resourceIdHasBeenSet =
false;
88 bool m_resourceTypeHasBeenSet =
false;
void SetResourceType(const char *value)
bool ResourceIdHasBeenSet() const
void SetResourceType(Aws::String &&value)
void SetResourceType(const Aws::String &value)
LimitExceededException & WithMessage(const char *value)
bool MessageHasBeenSet() const
const Aws::String & GetResourceId() const
LimitExceededException & WithResourceType(Aws::String &&value)
LimitExceededException & WithResourceType(const Aws::String &value)
AWS_IOTFLEETWISE_API LimitExceededException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetMessage() const
void SetMessage(const char *value)
AWS_IOTFLEETWISE_API LimitExceededException()
LimitExceededException & WithResourceId(const Aws::String &value)
LimitExceededException & WithResourceType(const char *value)
void SetResourceId(const char *value)
void SetResourceId(Aws::String &&value)
void SetResourceId(const Aws::String &value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMessage(Aws::String &&value)
AWS_IOTFLEETWISE_API LimitExceededException & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ResourceTypeHasBeenSet() const
void SetMessage(const Aws::String &value)
LimitExceededException & WithMessage(const Aws::String &value)
const Aws::String & GetResourceType() const
LimitExceededException & WithMessage(Aws::String &&value)
LimitExceededException & WithResourceId(Aws::String &&value)
LimitExceededException & WithResourceId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue