7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace FraudDetector
49 template<
typename ByteBufferT = Aws::Utils::ByteBuffer>
50 void SetByteBuffer(ByteBufferT&& value) { m_byteBufferHasBeenSet =
true; m_byteBuffer = std::forward<ByteBufferT>(value); }
51 template<
typename ByteBufferT = Aws::Utils::ByteBuffer>
61 template<
typename ContentTypeT = Aws::String>
62 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
63 template<
typename ContentTypeT = Aws::String>
69 bool m_byteBufferHasBeenSet =
false;
72 bool m_contentTypeHasBeenSet =
false;
AWS_FRAUDDETECTOR_API ModelEndpointDataBlob & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetContentType() const
AWS_FRAUDDETECTOR_API ModelEndpointDataBlob()=default
void SetByteBuffer(ByteBufferT &&value)
AWS_FRAUDDETECTOR_API ModelEndpointDataBlob(Aws::Utils::Json::JsonView jsonValue)
ModelEndpointDataBlob & WithByteBuffer(ByteBufferT &&value)
bool ByteBufferHasBeenSet() const
ModelEndpointDataBlob & WithContentType(ContentTypeT &&value)
bool ContentTypeHasBeenSet() const
const Aws::Utils::ByteBuffer & GetByteBuffer() const
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetContentType(ContentTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue