7#include <aws/directconnect/DirectConnect_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/directconnect/model/LoaContentType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace DirectConnect
37 AWS_DIRECTCONNECT_API
Loa();
74 inline void SetRequestId(
const char* value) { m_requestIdHasBeenSet =
true; m_requestId.assign(value); }
82 bool m_loaContentHasBeenSet =
false;
85 bool m_loaContentTypeHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
bool LoaContentTypeHasBeenSet() const
const Aws::Utils::ByteBuffer & GetLoaContent() const
bool RequestIdHasBeenSet() const
void SetLoaContent(const Aws::Utils::ByteBuffer &value)
AWS_DIRECTCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
Loa & WithLoaContentType(LoaContentType &&value)
void SetLoaContentType(const LoaContentType &value)
const LoaContentType & GetLoaContentType() const
void SetLoaContent(Aws::Utils::ByteBuffer &&value)
void SetRequestId(Aws::String &&value)
void SetRequestId(const char *value)
void SetLoaContentType(LoaContentType &&value)
void SetRequestId(const Aws::String &value)
Loa & WithLoaContent(const Aws::Utils::ByteBuffer &value)
AWS_DIRECTCONNECT_API Loa()
Loa & WithLoaContent(Aws::Utils::ByteBuffer &&value)
AWS_DIRECTCONNECT_API Loa & operator=(Aws::Utils::Json::JsonView jsonValue)
Loa & WithRequestId(Aws::String &&value)
Loa & WithRequestId(const Aws::String &value)
Loa & WithLoaContentType(const LoaContentType &value)
bool LoaContentHasBeenSet() const
AWS_DIRECTCONNECT_API Loa(Aws::Utils::Json::JsonView jsonValue)
Loa & WithRequestId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue