AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
UpdateApplicationResult.h
Go to the documentation of this file.
1
6#pragma once
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 AppStream
24{
25namespace Model
26{
28 {
29 public:
33
34
35
36 inline const Application& GetApplication() const{ return m_application; }
37
38
39 inline void SetApplication(const Application& value) { m_application = value; }
40
41
42 inline void SetApplication(Application&& value) { m_application = std::move(value); }
43
44
45 inline UpdateApplicationResult& WithApplication(const Application& value) { SetApplication(value); return *this;}
46
47
48 inline UpdateApplicationResult& WithApplication(Application&& value) { SetApplication(std::move(value)); return *this;}
49
50 private:
51
52 Application m_application;
53 };
54
55} // namespace Model
56} // namespace AppStream
57} // namespace Aws
#define AWS_APPSTREAM_API
AWS_APPSTREAM_API UpdateApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPSTREAM_API UpdateApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateApplicationResult & WithApplication(const Application &value)
UpdateApplicationResult & WithApplication(Application &&value)