AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MavenReference.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace KinesisAnalyticsV2
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_KINESISANALYTICSV2_API MavenReference();
36 AWS_KINESISANALYTICSV2_API MavenReference(Aws::Utils::Json::JsonView jsonValue);
37 AWS_KINESISANALYTICSV2_API MavenReference& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::String& GetGroupId() const{ return m_groupId; }
46 inline bool GroupIdHasBeenSet() const { return m_groupIdHasBeenSet; }
47 inline void SetGroupId(const Aws::String& value) { m_groupIdHasBeenSet = true; m_groupId = value; }
48 inline void SetGroupId(Aws::String&& value) { m_groupIdHasBeenSet = true; m_groupId = std::move(value); }
49 inline void SetGroupId(const char* value) { m_groupIdHasBeenSet = true; m_groupId.assign(value); }
50 inline MavenReference& WithGroupId(const Aws::String& value) { SetGroupId(value); return *this;}
51 inline MavenReference& WithGroupId(Aws::String&& value) { SetGroupId(std::move(value)); return *this;}
52 inline MavenReference& WithGroupId(const char* value) { SetGroupId(value); return *this;}
54
56
59 inline const Aws::String& GetArtifactId() const{ return m_artifactId; }
60 inline bool ArtifactIdHasBeenSet() const { return m_artifactIdHasBeenSet; }
61 inline void SetArtifactId(const Aws::String& value) { m_artifactIdHasBeenSet = true; m_artifactId = value; }
62 inline void SetArtifactId(Aws::String&& value) { m_artifactIdHasBeenSet = true; m_artifactId = std::move(value); }
63 inline void SetArtifactId(const char* value) { m_artifactIdHasBeenSet = true; m_artifactId.assign(value); }
64 inline MavenReference& WithArtifactId(const Aws::String& value) { SetArtifactId(value); return *this;}
65 inline MavenReference& WithArtifactId(Aws::String&& value) { SetArtifactId(std::move(value)); return *this;}
66 inline MavenReference& WithArtifactId(const char* value) { SetArtifactId(value); return *this;}
68
70
73 inline const Aws::String& GetVersion() const{ return m_version; }
74 inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; }
75 inline void SetVersion(const Aws::String& value) { m_versionHasBeenSet = true; m_version = value; }
76 inline void SetVersion(Aws::String&& value) { m_versionHasBeenSet = true; m_version = std::move(value); }
77 inline void SetVersion(const char* value) { m_versionHasBeenSet = true; m_version.assign(value); }
78 inline MavenReference& WithVersion(const Aws::String& value) { SetVersion(value); return *this;}
79 inline MavenReference& WithVersion(Aws::String&& value) { SetVersion(std::move(value)); return *this;}
80 inline MavenReference& WithVersion(const char* value) { SetVersion(value); return *this;}
82 private:
83
84 Aws::String m_groupId;
85 bool m_groupIdHasBeenSet = false;
86
87 Aws::String m_artifactId;
88 bool m_artifactIdHasBeenSet = false;
89
90 Aws::String m_version;
91 bool m_versionHasBeenSet = false;
92 };
93
94} // namespace Model
95} // namespace KinesisAnalyticsV2
96} // namespace Aws
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetGroupId(const Aws::String &value)
MavenReference & WithArtifactId(Aws::String &&value)
MavenReference & WithGroupId(Aws::String &&value)
void SetArtifactId(const Aws::String &value)
MavenReference & WithArtifactId(const Aws::String &value)
MavenReference & WithArtifactId(const char *value)
MavenReference & WithVersion(Aws::String &&value)
AWS_KINESISANALYTICSV2_API MavenReference & operator=(Aws::Utils::Json::JsonView jsonValue)
MavenReference & WithVersion(const Aws::String &value)
AWS_KINESISANALYTICSV2_API MavenReference(Aws::Utils::Json::JsonView jsonValue)
MavenReference & WithVersion(const char *value)
MavenReference & WithGroupId(const Aws::String &value)
AWS_KINESISANALYTICSV2_API MavenReference()
MavenReference & WithGroupId(const char *value)
void SetVersion(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue