7#include <aws/ssm-incidents/SSMIncidents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm-incidents/model/ResourceType.h>
10#include <aws/core/utils/DateTime.h>
49 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
63 inline void SetResourceIdentifier(
const char* value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier.assign(value); }
95 bool m_messageHasBeenSet =
false;
98 bool m_resourceIdentifierHasBeenSet =
false;
101 bool m_resourceTypeHasBeenSet =
false;
104 bool m_retryAfterHasBeenSet =
false;
ConflictException & WithResourceIdentifier(const char *value)
void SetRetryAfter(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetRetryAfter() const
const ResourceType & GetResourceType() const
AWS_SSMINCIDENTS_API ConflictException()
ConflictException & WithMessage(Aws::String &&value)
void SetResourceIdentifier(const char *value)
ConflictException & WithRetryAfter(Aws::Utils::DateTime &&value)
ConflictException & WithRetryAfter(const Aws::Utils::DateTime &value)
void SetResourceIdentifier(Aws::String &&value)
void SetRetryAfter(Aws::Utils::DateTime &&value)
void SetResourceIdentifier(const Aws::String &value)
AWS_SSMINCIDENTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetResourceType(ResourceType &&value)
void SetResourceType(const ResourceType &value)
void SetMessage(const char *value)
bool MessageHasBeenSet() const
bool ResourceTypeHasBeenSet() const
ConflictException & WithMessage(const char *value)
bool RetryAfterHasBeenSet() const
AWS_SSMINCIDENTS_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSMINCIDENTS_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
ConflictException & WithResourceType(ResourceType &&value)
ConflictException & WithResourceIdentifier(const Aws::String &value)
ConflictException & WithResourceIdentifier(Aws::String &&value)
bool ResourceIdentifierHasBeenSet() const
ConflictException & WithMessage(const Aws::String &value)
ConflictException & WithResourceType(const ResourceType &value)
void SetMessage(Aws::String &&value)
const Aws::String & GetMessage() const
void SetMessage(const Aws::String &value)
const Aws::String & GetResourceIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue