7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/snowball/Snowball_EXPORTS.h>
43 template <
typename ConflictResourceT = Aws::String>
45 m_conflictResourceHasBeenSet =
true;
46 m_conflictResource = std::forward<ConflictResourceT>(value);
48 template <
typename ConflictResourceT = Aws::String>
59 template <
typename MessageT = Aws::String>
61 m_messageHasBeenSet =
true;
62 m_message = std::forward<MessageT>(value);
64 template <
typename MessageT = Aws::String>
74 bool m_conflictResourceHasBeenSet =
false;
75 bool m_messageHasBeenSet =
false;
AWS_SNOWBALL_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetMessage() const
ConflictException & WithConflictResource(ConflictResourceT &&value)
AWS_SNOWBALL_API ConflictException(Aws::Utils::Json::JsonView jsonValue)
void SetMessage(MessageT &&value)
AWS_SNOWBALL_API ConflictException()=default
bool ConflictResourceHasBeenSet() const
const Aws::String & GetConflictResource() const
AWS_SNOWBALL_API ConflictException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConflictResource(ConflictResourceT &&value)
ConflictException & WithMessage(MessageT &&value)
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue