AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
CreatePackageImportJobResult.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 Panorama
24{
25namespace Model
26{
28 {
29 public:
33
34
38 inline const Aws::String& GetJobId() const{ return m_jobId; }
39
43 inline void SetJobId(const Aws::String& value) { m_jobId = value; }
44
48 inline void SetJobId(Aws::String&& value) { m_jobId = std::move(value); }
49
53 inline void SetJobId(const char* value) { m_jobId.assign(value); }
54
58 inline CreatePackageImportJobResult& WithJobId(const Aws::String& value) { SetJobId(value); return *this;}
59
63 inline CreatePackageImportJobResult& WithJobId(Aws::String&& value) { SetJobId(std::move(value)); return *this;}
64
68 inline CreatePackageImportJobResult& WithJobId(const char* value) { SetJobId(value); return *this;}
69
70 private:
71
72 Aws::String m_jobId;
73 };
74
75} // namespace Model
76} // namespace Panorama
77} // namespace Aws
#define AWS_PANORAMA_API
CreatePackageImportJobResult & WithJobId(Aws::String &&value)
AWS_PANORAMA_API CreatePackageImportJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreatePackageImportJobResult & WithJobId(const Aws::String &value)
CreatePackageImportJobResult & WithJobId(const char *value)
AWS_PANORAMA_API CreatePackageImportJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String