AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PackageImportJobOutput.h
1
6#pragma once
7#include <aws/panorama/Panorama_EXPORTS.h>
8#include <aws/panorama/model/OutPutS3Location.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Panorama
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_PANORAMA_API PackageImportJobOutput();
38 AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const OutPutS3Location& GetOutputS3Location() const{ return m_outputS3Location; }
46 inline bool OutputS3LocationHasBeenSet() const { return m_outputS3LocationHasBeenSet; }
47 inline void SetOutputS3Location(const OutPutS3Location& value) { m_outputS3LocationHasBeenSet = true; m_outputS3Location = value; }
48 inline void SetOutputS3Location(OutPutS3Location&& value) { m_outputS3LocationHasBeenSet = true; m_outputS3Location = std::move(value); }
50 inline PackageImportJobOutput& WithOutputS3Location(OutPutS3Location&& value) { SetOutputS3Location(std::move(value)); return *this;}
52
54
57 inline const Aws::String& GetPackageId() const{ return m_packageId; }
58 inline bool PackageIdHasBeenSet() const { return m_packageIdHasBeenSet; }
59 inline void SetPackageId(const Aws::String& value) { m_packageIdHasBeenSet = true; m_packageId = value; }
60 inline void SetPackageId(Aws::String&& value) { m_packageIdHasBeenSet = true; m_packageId = std::move(value); }
61 inline void SetPackageId(const char* value) { m_packageIdHasBeenSet = true; m_packageId.assign(value); }
62 inline PackageImportJobOutput& WithPackageId(const Aws::String& value) { SetPackageId(value); return *this;}
63 inline PackageImportJobOutput& WithPackageId(Aws::String&& value) { SetPackageId(std::move(value)); return *this;}
64 inline PackageImportJobOutput& WithPackageId(const char* value) { SetPackageId(value); return *this;}
66
68
71 inline const Aws::String& GetPackageVersion() const{ return m_packageVersion; }
72 inline bool PackageVersionHasBeenSet() const { return m_packageVersionHasBeenSet; }
73 inline void SetPackageVersion(const Aws::String& value) { m_packageVersionHasBeenSet = true; m_packageVersion = value; }
74 inline void SetPackageVersion(Aws::String&& value) { m_packageVersionHasBeenSet = true; m_packageVersion = std::move(value); }
75 inline void SetPackageVersion(const char* value) { m_packageVersionHasBeenSet = true; m_packageVersion.assign(value); }
76 inline PackageImportJobOutput& WithPackageVersion(const Aws::String& value) { SetPackageVersion(value); return *this;}
77 inline PackageImportJobOutput& WithPackageVersion(Aws::String&& value) { SetPackageVersion(std::move(value)); return *this;}
78 inline PackageImportJobOutput& WithPackageVersion(const char* value) { SetPackageVersion(value); return *this;}
80
82
85 inline const Aws::String& GetPatchVersion() const{ return m_patchVersion; }
86 inline bool PatchVersionHasBeenSet() const { return m_patchVersionHasBeenSet; }
87 inline void SetPatchVersion(const Aws::String& value) { m_patchVersionHasBeenSet = true; m_patchVersion = value; }
88 inline void SetPatchVersion(Aws::String&& value) { m_patchVersionHasBeenSet = true; m_patchVersion = std::move(value); }
89 inline void SetPatchVersion(const char* value) { m_patchVersionHasBeenSet = true; m_patchVersion.assign(value); }
90 inline PackageImportJobOutput& WithPatchVersion(const Aws::String& value) { SetPatchVersion(value); return *this;}
91 inline PackageImportJobOutput& WithPatchVersion(Aws::String&& value) { SetPatchVersion(std::move(value)); return *this;}
92 inline PackageImportJobOutput& WithPatchVersion(const char* value) { SetPatchVersion(value); return *this;}
94 private:
95
96 OutPutS3Location m_outputS3Location;
97 bool m_outputS3LocationHasBeenSet = false;
98
99 Aws::String m_packageId;
100 bool m_packageIdHasBeenSet = false;
101
102 Aws::String m_packageVersion;
103 bool m_packageVersionHasBeenSet = false;
104
105 Aws::String m_patchVersion;
106 bool m_patchVersionHasBeenSet = false;
107 };
108
109} // namespace Model
110} // namespace Panorama
111} // namespace Aws
PackageImportJobOutput & WithPackageId(const Aws::String &value)
AWS_PANORAMA_API PackageImportJobOutput(Aws::Utils::Json::JsonView jsonValue)
AWS_PANORAMA_API Aws::Utils::Json::JsonValue Jsonize() const
PackageImportJobOutput & WithOutputS3Location(const OutPutS3Location &value)
PackageImportJobOutput & WithPatchVersion(const Aws::String &value)
PackageImportJobOutput & WithPatchVersion(Aws::String &&value)
PackageImportJobOutput & WithPackageId(const char *value)
PackageImportJobOutput & WithPackageVersion(const char *value)
PackageImportJobOutput & WithPackageId(Aws::String &&value)
PackageImportJobOutput & WithPackageVersion(const Aws::String &value)
PackageImportJobOutput & WithOutputS3Location(OutPutS3Location &&value)
PackageImportJobOutput & WithPatchVersion(const char *value)
void SetOutputS3Location(const OutPutS3Location &value)
PackageImportJobOutput & WithPackageVersion(Aws::String &&value)
AWS_PANORAMA_API PackageImportJobOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
const OutPutS3Location & GetOutputS3Location() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue