AWS SDK for C++

AWS SDK for C++ Version 1.11.740

Loading...
Searching...
No Matches
BulkDeployment.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/greengrass/Greengrass_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Greengrass {
20namespace Model {
21
30 public:
31 AWS_GREENGRASS_API BulkDeployment() = default;
32 AWS_GREENGRASS_API BulkDeployment(Aws::Utils::Json::JsonView jsonValue);
33 AWS_GREENGRASS_API BulkDeployment& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::String& GetBulkDeploymentArn() const { return m_bulkDeploymentArn; }
41 inline bool BulkDeploymentArnHasBeenSet() const { return m_bulkDeploymentArnHasBeenSet; }
42 template <typename BulkDeploymentArnT = Aws::String>
43 void SetBulkDeploymentArn(BulkDeploymentArnT&& value) {
44 m_bulkDeploymentArnHasBeenSet = true;
45 m_bulkDeploymentArn = std::forward<BulkDeploymentArnT>(value);
46 }
47 template <typename BulkDeploymentArnT = Aws::String>
48 BulkDeployment& WithBulkDeploymentArn(BulkDeploymentArnT&& value) {
49 SetBulkDeploymentArn(std::forward<BulkDeploymentArnT>(value));
50 return *this;
51 }
53
55
58 inline const Aws::String& GetBulkDeploymentId() const { return m_bulkDeploymentId; }
59 inline bool BulkDeploymentIdHasBeenSet() const { return m_bulkDeploymentIdHasBeenSet; }
60 template <typename BulkDeploymentIdT = Aws::String>
61 void SetBulkDeploymentId(BulkDeploymentIdT&& value) {
62 m_bulkDeploymentIdHasBeenSet = true;
63 m_bulkDeploymentId = std::forward<BulkDeploymentIdT>(value);
64 }
65 template <typename BulkDeploymentIdT = Aws::String>
66 BulkDeployment& WithBulkDeploymentId(BulkDeploymentIdT&& value) {
67 SetBulkDeploymentId(std::forward<BulkDeploymentIdT>(value));
68 return *this;
69 }
71
73
76 inline const Aws::String& GetCreatedAt() const { return m_createdAt; }
77 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
78 template <typename CreatedAtT = Aws::String>
79 void SetCreatedAt(CreatedAtT&& value) {
80 m_createdAtHasBeenSet = true;
81 m_createdAt = std::forward<CreatedAtT>(value);
82 }
83 template <typename CreatedAtT = Aws::String>
84 BulkDeployment& WithCreatedAt(CreatedAtT&& value) {
85 SetCreatedAt(std::forward<CreatedAtT>(value));
86 return *this;
87 }
89 private:
90 Aws::String m_bulkDeploymentArn;
91
92 Aws::String m_bulkDeploymentId;
93
94 Aws::String m_createdAt;
95 bool m_bulkDeploymentArnHasBeenSet = false;
96 bool m_bulkDeploymentIdHasBeenSet = false;
97 bool m_createdAtHasBeenSet = false;
98};
99
100} // namespace Model
101} // namespace Greengrass
102} // namespace Aws
void SetBulkDeploymentId(BulkDeploymentIdT &&value)
const Aws::String & GetBulkDeploymentArn() const
AWS_GREENGRASS_API BulkDeployment(Aws::Utils::Json::JsonView jsonValue)
BulkDeployment & WithCreatedAt(CreatedAtT &&value)
AWS_GREENGRASS_API BulkDeployment()=default
const Aws::String & GetBulkDeploymentId() const
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GREENGRASS_API BulkDeployment & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCreatedAt() const
BulkDeployment & WithBulkDeploymentArn(BulkDeploymentArnT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetBulkDeploymentArn(BulkDeploymentArnT &&value)
BulkDeployment & WithBulkDeploymentId(BulkDeploymentIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue