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
63 inline void SetContentType(
const char* value) { m_contentTypeHasBeenSet =
true; m_contentType.assign(value); }
71 bool m_byteBufferHasBeenSet =
false;
74 bool m_contentTypeHasBeenSet =
false;
AWS_FRAUDDETECTOR_API ModelEndpointDataBlob & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetContentType() const
ModelEndpointDataBlob & WithContentType(const Aws::String &value)
void SetContentType(Aws::String &&value)
ModelEndpointDataBlob & WithContentType(Aws::String &&value)
void SetContentType(const char *value)
AWS_FRAUDDETECTOR_API ModelEndpointDataBlob(Aws::Utils::Json::JsonView jsonValue)
ModelEndpointDataBlob & WithByteBuffer(const Aws::Utils::ByteBuffer &value)
ModelEndpointDataBlob & WithContentType(const char *value)
void SetByteBuffer(const Aws::Utils::ByteBuffer &value)
AWS_FRAUDDETECTOR_API ModelEndpointDataBlob()
bool ByteBufferHasBeenSet() const
bool ContentTypeHasBeenSet() const
const Aws::Utils::ByteBuffer & GetByteBuffer() const
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetByteBuffer(Aws::Utils::ByteBuffer &&value)
void SetContentType(const Aws::String &value)
ModelEndpointDataBlob & WithByteBuffer(Aws::Utils::ByteBuffer &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue