AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
GetApplicationResult.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 CodeDeploy
24{
25namespace Model
26{
34 {
35 public:
39
40
44 inline const ApplicationInfo& GetApplication() const{ return m_application; }
45
49 inline void SetApplication(const ApplicationInfo& value) { m_application = value; }
50
54 inline void SetApplication(ApplicationInfo&& value) { m_application = std::move(value); }
55
59 inline GetApplicationResult& WithApplication(const ApplicationInfo& value) { SetApplication(value); return *this;}
60
64 inline GetApplicationResult& WithApplication(ApplicationInfo&& value) { SetApplication(std::move(value)); return *this;}
65
66 private:
67
68 ApplicationInfo m_application;
69 };
70
71} // namespace Model
72} // namespace CodeDeploy
73} // namespace Aws
#define AWS_CODEDEPLOY_API
AWS_CODEDEPLOY_API GetApplicationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetApplication(const ApplicationInfo &value)
GetApplicationResult & WithApplication(const ApplicationInfo &value)
AWS_CODEDEPLOY_API GetApplicationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ApplicationInfo & GetApplication() const
GetApplicationResult & WithApplication(ApplicationInfo &&value)