AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
BulkDeployment.h
1
6#pragma once
7#include <aws/greengrass/Greengrass_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 Greengrass
22{
23namespace Model
24{
25
34 {
35 public:
36 AWS_GREENGRASS_API BulkDeployment() = default;
37 AWS_GREENGRASS_API BulkDeployment(Aws::Utils::Json::JsonView jsonValue);
38 AWS_GREENGRASS_API BulkDeployment& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetBulkDeploymentArn() const { return m_bulkDeploymentArn; }
47 inline bool BulkDeploymentArnHasBeenSet() const { return m_bulkDeploymentArnHasBeenSet; }
48 template<typename BulkDeploymentArnT = Aws::String>
49 void SetBulkDeploymentArn(BulkDeploymentArnT&& value) { m_bulkDeploymentArnHasBeenSet = true; m_bulkDeploymentArn = std::forward<BulkDeploymentArnT>(value); }
50 template<typename BulkDeploymentArnT = Aws::String>
51 BulkDeployment& WithBulkDeploymentArn(BulkDeploymentArnT&& value) { SetBulkDeploymentArn(std::forward<BulkDeploymentArnT>(value)); return *this;}
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) { m_bulkDeploymentIdHasBeenSet = true; m_bulkDeploymentId = std::forward<BulkDeploymentIdT>(value); }
62 template<typename BulkDeploymentIdT = Aws::String>
63 BulkDeployment& WithBulkDeploymentId(BulkDeploymentIdT&& value) { SetBulkDeploymentId(std::forward<BulkDeploymentIdT>(value)); return *this;}
65
67
70 inline const Aws::String& GetCreatedAt() const { return m_createdAt; }
71 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
72 template<typename CreatedAtT = Aws::String>
73 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
74 template<typename CreatedAtT = Aws::String>
75 BulkDeployment& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
77 private:
78
79 Aws::String m_bulkDeploymentArn;
80 bool m_bulkDeploymentArnHasBeenSet = false;
81
82 Aws::String m_bulkDeploymentId;
83 bool m_bulkDeploymentIdHasBeenSet = false;
84
85 Aws::String m_createdAt;
86 bool m_createdAtHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace Greengrass
91} // 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