AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CreateEndpointResult.h
1
6#pragma once
7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace Comprehend
24{
25namespace Model
26{
28 {
29 public:
30 AWS_COMPREHEND_API CreateEndpointResult();
33
34
36
39 inline const Aws::String& GetEndpointArn() const{ return m_endpointArn; }
40 inline void SetEndpointArn(const Aws::String& value) { m_endpointArn = value; }
41 inline void SetEndpointArn(Aws::String&& value) { m_endpointArn = std::move(value); }
42 inline void SetEndpointArn(const char* value) { m_endpointArn.assign(value); }
43 inline CreateEndpointResult& WithEndpointArn(const Aws::String& value) { SetEndpointArn(value); return *this;}
44 inline CreateEndpointResult& WithEndpointArn(Aws::String&& value) { SetEndpointArn(std::move(value)); return *this;}
45 inline CreateEndpointResult& WithEndpointArn(const char* value) { SetEndpointArn(value); return *this;}
47
49
53 inline const Aws::String& GetModelArn() const{ return m_modelArn; }
54 inline void SetModelArn(const Aws::String& value) { m_modelArn = value; }
55 inline void SetModelArn(Aws::String&& value) { m_modelArn = std::move(value); }
56 inline void SetModelArn(const char* value) { m_modelArn.assign(value); }
57 inline CreateEndpointResult& WithModelArn(const Aws::String& value) { SetModelArn(value); return *this;}
58 inline CreateEndpointResult& WithModelArn(Aws::String&& value) { SetModelArn(std::move(value)); return *this;}
59 inline CreateEndpointResult& WithModelArn(const char* value) { SetModelArn(value); return *this;}
61
63
64 inline const Aws::String& GetRequestId() const{ return m_requestId; }
65 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
66 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
67 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
68 inline CreateEndpointResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
69 inline CreateEndpointResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
70 inline CreateEndpointResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
72 private:
73
74 Aws::String m_endpointArn;
75
76 Aws::String m_modelArn;
77
78 Aws::String m_requestId;
79 };
80
81} // namespace Model
82} // namespace Comprehend
83} // namespace Aws
CreateEndpointResult & WithEndpointArn(const char *value)
CreateEndpointResult & WithRequestId(const Aws::String &value)
AWS_COMPREHEND_API CreateEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateEndpointResult & WithEndpointArn(Aws::String &&value)
CreateEndpointResult & WithModelArn(Aws::String &&value)
CreateEndpointResult & WithModelArn(const Aws::String &value)
CreateEndpointResult & WithModelArn(const char *value)
CreateEndpointResult & WithRequestId(Aws::String &&value)
AWS_COMPREHEND_API CreateEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateEndpointResult & WithRequestId(const char *value)
CreateEndpointResult & WithEndpointArn(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue