AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StartFlywheelIterationResult.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 StartFlywheelIterationResult();
33
34
36
39 inline const Aws::String& GetFlywheelArn() const{ return m_flywheelArn; }
40 inline void SetFlywheelArn(const Aws::String& value) { m_flywheelArn = value; }
41 inline void SetFlywheelArn(Aws::String&& value) { m_flywheelArn = std::move(value); }
42 inline void SetFlywheelArn(const char* value) { m_flywheelArn.assign(value); }
43 inline StartFlywheelIterationResult& WithFlywheelArn(const Aws::String& value) { SetFlywheelArn(value); return *this;}
44 inline StartFlywheelIterationResult& WithFlywheelArn(Aws::String&& value) { SetFlywheelArn(std::move(value)); return *this;}
45 inline StartFlywheelIterationResult& WithFlywheelArn(const char* value) { SetFlywheelArn(value); return *this;}
47
49
52 inline const Aws::String& GetFlywheelIterationId() const{ return m_flywheelIterationId; }
53 inline void SetFlywheelIterationId(const Aws::String& value) { m_flywheelIterationId = value; }
54 inline void SetFlywheelIterationId(Aws::String&& value) { m_flywheelIterationId = std::move(value); }
55 inline void SetFlywheelIterationId(const char* value) { m_flywheelIterationId.assign(value); }
58 inline StartFlywheelIterationResult& WithFlywheelIterationId(const char* value) { SetFlywheelIterationId(value); return *this;}
60
62
63 inline const Aws::String& GetRequestId() const{ return m_requestId; }
64 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
65 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
66 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
67 inline StartFlywheelIterationResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
68 inline StartFlywheelIterationResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
69 inline StartFlywheelIterationResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
71 private:
72
73 Aws::String m_flywheelArn;
74
75 Aws::String m_flywheelIterationId;
76
77 Aws::String m_requestId;
78 };
79
80} // namespace Model
81} // namespace Comprehend
82} // namespace Aws
StartFlywheelIterationResult & WithRequestId(Aws::String &&value)
StartFlywheelIterationResult & WithFlywheelIterationId(const Aws::String &value)
StartFlywheelIterationResult & WithRequestId(const Aws::String &value)
StartFlywheelIterationResult & WithFlywheelArn(const Aws::String &value)
StartFlywheelIterationResult & WithFlywheelIterationId(Aws::String &&value)
StartFlywheelIterationResult & WithFlywheelArn(const char *value)
StartFlywheelIterationResult & WithFlywheelArn(Aws::String &&value)
StartFlywheelIterationResult & WithFlywheelIterationId(const char *value)
StartFlywheelIterationResult & WithRequestId(const char *value)
AWS_COMPREHEND_API StartFlywheelIterationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COMPREHEND_API StartFlywheelIterationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue