AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeLoaResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace DirectConnect
26{
27namespace Model
28{
36 {
37 public:
38 AWS_DIRECTCONNECT_API DescribeLoaResult();
41
42
44
47 inline const Aws::Utils::ByteBuffer& GetLoaContent() const{ return m_loaContent; }
48 inline void SetLoaContent(const Aws::Utils::ByteBuffer& value) { m_loaContent = value; }
49 inline void SetLoaContent(Aws::Utils::ByteBuffer&& value) { m_loaContent = std::move(value); }
50 inline DescribeLoaResult& WithLoaContent(const Aws::Utils::ByteBuffer& value) { SetLoaContent(value); return *this;}
51 inline DescribeLoaResult& WithLoaContent(Aws::Utils::ByteBuffer&& value) { SetLoaContent(std::move(value)); return *this;}
53
55
59 inline const LoaContentType& GetLoaContentType() const{ return m_loaContentType; }
60 inline void SetLoaContentType(const LoaContentType& value) { m_loaContentType = value; }
61 inline void SetLoaContentType(LoaContentType&& value) { m_loaContentType = std::move(value); }
62 inline DescribeLoaResult& WithLoaContentType(const LoaContentType& value) { SetLoaContentType(value); return *this;}
63 inline DescribeLoaResult& WithLoaContentType(LoaContentType&& value) { SetLoaContentType(std::move(value)); return *this;}
65
67
68 inline const Aws::String& GetRequestId() const{ return m_requestId; }
69 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
70 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
71 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
72 inline DescribeLoaResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
73 inline DescribeLoaResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
74 inline DescribeLoaResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
76 private:
77
78 Aws::Utils::ByteBuffer m_loaContent;
79
80 LoaContentType m_loaContentType;
81
82 Aws::String m_requestId;
83 };
84
85} // namespace Model
86} // namespace DirectConnect
87} // namespace Aws
DescribeLoaResult & WithLoaContentType(LoaContentType &&value)
AWS_DIRECTCONNECT_API DescribeLoaResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const Aws::String &value)
DescribeLoaResult & WithLoaContent(const Aws::Utils::ByteBuffer &value)
DescribeLoaResult & WithRequestId(Aws::String &&value)
void SetLoaContent(Aws::Utils::ByteBuffer &&value)
DescribeLoaResult & WithRequestId(const char *value)
DescribeLoaResult & WithLoaContent(Aws::Utils::ByteBuffer &&value)
DescribeLoaResult & WithRequestId(const Aws::String &value)
void SetLoaContent(const Aws::Utils::ByteBuffer &value)
AWS_DIRECTCONNECT_API DescribeLoaResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLoaContentType(LoaContentType &&value)
DescribeLoaResult & WithLoaContentType(const LoaContentType &value)
void SetLoaContentType(const LoaContentType &value)
const Aws::Utils::ByteBuffer & GetLoaContent() const
const LoaContentType & GetLoaContentType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue