AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetBulkDeploymentArn(const Aws::String& value) { m_bulkDeploymentArnHasBeenSet = true; m_bulkDeploymentArn = value; }
49 inline void SetBulkDeploymentArn(Aws::String&& value) { m_bulkDeploymentArnHasBeenSet = true; m_bulkDeploymentArn = std::move(value); }
50 inline void SetBulkDeploymentArn(const char* value) { m_bulkDeploymentArnHasBeenSet = true; m_bulkDeploymentArn.assign(value); }
51 inline BulkDeployment& WithBulkDeploymentArn(const Aws::String& value) { SetBulkDeploymentArn(value); return *this;}
52 inline BulkDeployment& WithBulkDeploymentArn(Aws::String&& value) { SetBulkDeploymentArn(std::move(value)); return *this;}
53 inline BulkDeployment& WithBulkDeploymentArn(const char* value) { SetBulkDeploymentArn(value); return *this;}
55
57
60 inline const Aws::String& GetBulkDeploymentId() const{ return m_bulkDeploymentId; }
61 inline bool BulkDeploymentIdHasBeenSet() const { return m_bulkDeploymentIdHasBeenSet; }
62 inline void SetBulkDeploymentId(const Aws::String& value) { m_bulkDeploymentIdHasBeenSet = true; m_bulkDeploymentId = value; }
63 inline void SetBulkDeploymentId(Aws::String&& value) { m_bulkDeploymentIdHasBeenSet = true; m_bulkDeploymentId = std::move(value); }
64 inline void SetBulkDeploymentId(const char* value) { m_bulkDeploymentIdHasBeenSet = true; m_bulkDeploymentId.assign(value); }
65 inline BulkDeployment& WithBulkDeploymentId(const Aws::String& value) { SetBulkDeploymentId(value); return *this;}
66 inline BulkDeployment& WithBulkDeploymentId(Aws::String&& value) { SetBulkDeploymentId(std::move(value)); return *this;}
67 inline BulkDeployment& WithBulkDeploymentId(const char* value) { SetBulkDeploymentId(value); return *this;}
69
71
74 inline const Aws::String& GetCreatedAt() const{ return m_createdAt; }
75 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
76 inline void SetCreatedAt(const Aws::String& value) { m_createdAtHasBeenSet = true; m_createdAt = value; }
77 inline void SetCreatedAt(Aws::String&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::move(value); }
78 inline void SetCreatedAt(const char* value) { m_createdAtHasBeenSet = true; m_createdAt.assign(value); }
79 inline BulkDeployment& WithCreatedAt(const Aws::String& value) { SetCreatedAt(value); return *this;}
80 inline BulkDeployment& WithCreatedAt(Aws::String&& value) { SetCreatedAt(std::move(value)); return *this;}
81 inline BulkDeployment& WithCreatedAt(const char* value) { SetCreatedAt(value); return *this;}
83 private:
84
85 Aws::String m_bulkDeploymentArn;
86 bool m_bulkDeploymentArnHasBeenSet = false;
87
88 Aws::String m_bulkDeploymentId;
89 bool m_bulkDeploymentIdHasBeenSet = false;
90
91 Aws::String m_createdAt;
92 bool m_createdAtHasBeenSet = false;
93 };
94
95} // namespace Model
96} // namespace Greengrass
97} // namespace Aws
BulkDeployment & WithCreatedAt(const Aws::String &value)
const Aws::String & GetBulkDeploymentArn() const
void SetBulkDeploymentId(Aws::String &&value)
AWS_GREENGRASS_API BulkDeployment(Aws::Utils::Json::JsonView jsonValue)
void SetBulkDeploymentArn(const char *value)
void SetCreatedAt(const Aws::String &value)
void SetCreatedAt(Aws::String &&value)
BulkDeployment & WithBulkDeploymentId(Aws::String &&value)
void SetBulkDeploymentId(const Aws::String &value)
BulkDeployment & WithBulkDeploymentArn(const Aws::String &value)
BulkDeployment & WithBulkDeploymentArn(Aws::String &&value)
BulkDeployment & WithBulkDeploymentId(const Aws::String &value)
const Aws::String & GetBulkDeploymentId() const
BulkDeployment & WithBulkDeploymentId(const char *value)
AWS_GREENGRASS_API Aws::Utils::Json::JsonValue Jsonize() const
BulkDeployment & WithBulkDeploymentArn(const char *value)
AWS_GREENGRASS_API BulkDeployment & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBulkDeploymentArn(const Aws::String &value)
const Aws::String & GetCreatedAt() const
BulkDeployment & WithCreatedAt(Aws::String &&value)
void SetBulkDeploymentArn(Aws::String &&value)
BulkDeployment & WithCreatedAt(const char *value)
void SetBulkDeploymentId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue