7#include <aws/marketplace-deployment/MarketplaceDeployment_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace MarketplaceDeployment
46 template<
typename FieldNameT = Aws::String>
47 void SetFieldName(FieldNameT&& value) { m_fieldNameHasBeenSet =
true; m_fieldName = std::forward<FieldNameT>(value); }
48 template<
typename FieldNameT = Aws::String>
56 template<
typename MessageT = Aws::String>
57 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
58 template<
typename MessageT = Aws::String>
64 bool m_fieldNameHasBeenSet =
false;
67 bool m_messageHasBeenSet =
false;
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
bool FieldNameHasBeenSet() const
AWS_MARKETPLACEDEPLOYMENT_API ValidationException(Aws::Utils::Json::JsonView jsonValue)
AWS_MARKETPLACEDEPLOYMENT_API Aws::Utils::Json::JsonValue Jsonize() const
ValidationException & WithMessage(MessageT &&value)
const Aws::String & GetFieldName() const
ValidationException & WithFieldName(FieldNameT &&value)
AWS_MARKETPLACEDEPLOYMENT_API ValidationException()=default
void SetFieldName(FieldNameT &&value)
void SetMessage(MessageT &&value)
AWS_MARKETPLACEDEPLOYMENT_API ValidationException & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue