AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CustomArtifactConfigurationDescription.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/kinesisanalyticsv2/model/ArtifactType.h>
9#include <aws/kinesisanalyticsv2/model/S3ContentLocation.h>
10#include <aws/kinesisanalyticsv2/model/MavenReference.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace KinesisAnalyticsV2
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_KINESISANALYTICSV2_API CustomArtifactConfigurationDescription();
40 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
49 inline const ArtifactType& GetArtifactType() const{ return m_artifactType; }
50 inline bool ArtifactTypeHasBeenSet() const { return m_artifactTypeHasBeenSet; }
51 inline void SetArtifactType(const ArtifactType& value) { m_artifactTypeHasBeenSet = true; m_artifactType = value; }
52 inline void SetArtifactType(ArtifactType&& value) { m_artifactTypeHasBeenSet = true; m_artifactType = std::move(value); }
54 inline CustomArtifactConfigurationDescription& WithArtifactType(ArtifactType&& value) { SetArtifactType(std::move(value)); return *this;}
56
58
59 inline const S3ContentLocation& GetS3ContentLocationDescription() const{ return m_s3ContentLocationDescription; }
60 inline bool S3ContentLocationDescriptionHasBeenSet() const { return m_s3ContentLocationDescriptionHasBeenSet; }
61 inline void SetS3ContentLocationDescription(const S3ContentLocation& value) { m_s3ContentLocationDescriptionHasBeenSet = true; m_s3ContentLocationDescription = value; }
62 inline void SetS3ContentLocationDescription(S3ContentLocation&& value) { m_s3ContentLocationDescriptionHasBeenSet = true; m_s3ContentLocationDescription = std::move(value); }
66
68
71 inline const MavenReference& GetMavenReferenceDescription() const{ return m_mavenReferenceDescription; }
72 inline bool MavenReferenceDescriptionHasBeenSet() const { return m_mavenReferenceDescriptionHasBeenSet; }
73 inline void SetMavenReferenceDescription(const MavenReference& value) { m_mavenReferenceDescriptionHasBeenSet = true; m_mavenReferenceDescription = value; }
74 inline void SetMavenReferenceDescription(MavenReference&& value) { m_mavenReferenceDescriptionHasBeenSet = true; m_mavenReferenceDescription = std::move(value); }
78 private:
79
80 ArtifactType m_artifactType;
81 bool m_artifactTypeHasBeenSet = false;
82
83 S3ContentLocation m_s3ContentLocationDescription;
84 bool m_s3ContentLocationDescriptionHasBeenSet = false;
85
86 MavenReference m_mavenReferenceDescription;
87 bool m_mavenReferenceDescriptionHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace KinesisAnalyticsV2
92} // namespace Aws
CustomArtifactConfigurationDescription & WithArtifactType(ArtifactType &&value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
CustomArtifactConfigurationDescription & WithMavenReferenceDescription(const MavenReference &value)
CustomArtifactConfigurationDescription & WithS3ContentLocationDescription(S3ContentLocation &&value)
AWS_KINESISANALYTICSV2_API CustomArtifactConfigurationDescription(Aws::Utils::Json::JsonView jsonValue)
CustomArtifactConfigurationDescription & WithArtifactType(const ArtifactType &value)
CustomArtifactConfigurationDescription & WithMavenReferenceDescription(MavenReference &&value)
CustomArtifactConfigurationDescription & WithS3ContentLocationDescription(const S3ContentLocation &value)
AWS_KINESISANALYTICSV2_API CustomArtifactConfigurationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue