AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
CreateAppBlockResult.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
38 inline const AppBlock& GetAppBlock() const{ return m_appBlock; }
39
43 inline void SetAppBlock(const AppBlock& value) { m_appBlock = value; }
44
48 inline void SetAppBlock(AppBlock&& value) { m_appBlock = std::move(value); }
49
53 inline CreateAppBlockResult& WithAppBlock(const AppBlock& value) { SetAppBlock(value); return *this;}
54
58 inline CreateAppBlockResult& WithAppBlock(AppBlock&& value) { SetAppBlock(std::move(value)); return *this;}
59
60 private:
61
62 AppBlock m_appBlock;
63 };
64
65} // namespace Model
66} // namespace AppStream
67} // namespace Aws
#define AWS_APPSTREAM_API
AWS_APPSTREAM_API CreateAppBlockResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_APPSTREAM_API CreateAppBlockResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateAppBlockResult & WithAppBlock(const AppBlock &value)
CreateAppBlockResult & WithAppBlock(AppBlock &&value)