AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
StartBulkDeploymentResult.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{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace Greengrass
24{
25namespace Model
26{
28 {
29 public:
30 AWS_GREENGRASS_API StartBulkDeploymentResult();
33
34
36
39 inline const Aws::String& GetBulkDeploymentArn() const{ return m_bulkDeploymentArn; }
40 inline void SetBulkDeploymentArn(const Aws::String& value) { m_bulkDeploymentArn = value; }
41 inline void SetBulkDeploymentArn(Aws::String&& value) { m_bulkDeploymentArn = std::move(value); }
42 inline void SetBulkDeploymentArn(const char* value) { m_bulkDeploymentArn.assign(value); }
44 inline StartBulkDeploymentResult& WithBulkDeploymentArn(Aws::String&& value) { SetBulkDeploymentArn(std::move(value)); return *this;}
45 inline StartBulkDeploymentResult& WithBulkDeploymentArn(const char* value) { SetBulkDeploymentArn(value); return *this;}
47
49
52 inline const Aws::String& GetBulkDeploymentId() const{ return m_bulkDeploymentId; }
53 inline void SetBulkDeploymentId(const Aws::String& value) { m_bulkDeploymentId = value; }
54 inline void SetBulkDeploymentId(Aws::String&& value) { m_bulkDeploymentId = std::move(value); }
55 inline void SetBulkDeploymentId(const char* value) { m_bulkDeploymentId.assign(value); }
57 inline StartBulkDeploymentResult& WithBulkDeploymentId(Aws::String&& value) { SetBulkDeploymentId(std::move(value)); return *this;}
58 inline StartBulkDeploymentResult& WithBulkDeploymentId(const char* value) { SetBulkDeploymentId(value); return *this;}
60
62
63 inline const Aws::String& GetRequestId() const{ return m_requestId; }
64 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
65 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
66 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
67 inline StartBulkDeploymentResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
68 inline StartBulkDeploymentResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
69 inline StartBulkDeploymentResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
71 private:
72
73 Aws::String m_bulkDeploymentArn;
74
75 Aws::String m_bulkDeploymentId;
76
77 Aws::String m_requestId;
78 };
79
80} // namespace Model
81} // namespace Greengrass
82} // namespace Aws
AWS_GREENGRASS_API StartBulkDeploymentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartBulkDeploymentResult & WithRequestId(const char *value)
StartBulkDeploymentResult & WithBulkDeploymentId(const char *value)
AWS_GREENGRASS_API StartBulkDeploymentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartBulkDeploymentResult & WithBulkDeploymentArn(Aws::String &&value)
StartBulkDeploymentResult & WithBulkDeploymentArn(const Aws::String &value)
StartBulkDeploymentResult & WithBulkDeploymentId(Aws::String &&value)
StartBulkDeploymentResult & WithBulkDeploymentId(const Aws::String &value)
StartBulkDeploymentResult & WithBulkDeploymentArn(const char *value)
StartBulkDeploymentResult & WithRequestId(const Aws::String &value)
StartBulkDeploymentResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue