AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AppBundle.h
1
6#pragma once
7#include <aws/appfabric/AppFabric_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 AppFabric
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_APPFABRIC_API AppBundle();
35 AWS_APPFABRIC_API AppBundle(Aws::Utils::Json::JsonView jsonValue);
36 AWS_APPFABRIC_API AppBundle& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetArn() const{ return m_arn; }
45 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
46 inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; }
47 inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); }
48 inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); }
49 inline AppBundle& WithArn(const Aws::String& value) { SetArn(value); return *this;}
50 inline AppBundle& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
51 inline AppBundle& WithArn(const char* value) { SetArn(value); return *this;}
53
55
59 inline const Aws::String& GetCustomerManagedKeyArn() const{ return m_customerManagedKeyArn; }
60 inline bool CustomerManagedKeyArnHasBeenSet() const { return m_customerManagedKeyArnHasBeenSet; }
61 inline void SetCustomerManagedKeyArn(const Aws::String& value) { m_customerManagedKeyArnHasBeenSet = true; m_customerManagedKeyArn = value; }
62 inline void SetCustomerManagedKeyArn(Aws::String&& value) { m_customerManagedKeyArnHasBeenSet = true; m_customerManagedKeyArn = std::move(value); }
63 inline void SetCustomerManagedKeyArn(const char* value) { m_customerManagedKeyArnHasBeenSet = true; m_customerManagedKeyArn.assign(value); }
64 inline AppBundle& WithCustomerManagedKeyArn(const Aws::String& value) { SetCustomerManagedKeyArn(value); return *this;}
65 inline AppBundle& WithCustomerManagedKeyArn(Aws::String&& value) { SetCustomerManagedKeyArn(std::move(value)); return *this;}
66 inline AppBundle& WithCustomerManagedKeyArn(const char* value) { SetCustomerManagedKeyArn(value); return *this;}
68 private:
69
70 Aws::String m_arn;
71 bool m_arnHasBeenSet = false;
72
73 Aws::String m_customerManagedKeyArn;
74 bool m_customerManagedKeyArnHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace AppFabric
79} // namespace Aws
AWS_APPFABRIC_API AppBundle(Aws::Utils::Json::JsonView jsonValue)
void SetCustomerManagedKeyArn(const char *value)
Definition AppBundle.h:63
AppBundle & WithArn(Aws::String &&value)
Definition AppBundle.h:50
AppBundle & WithCustomerManagedKeyArn(Aws::String &&value)
Definition AppBundle.h:65
bool CustomerManagedKeyArnHasBeenSet() const
Definition AppBundle.h:60
const Aws::String & GetCustomerManagedKeyArn() const
Definition AppBundle.h:59
AppBundle & WithCustomerManagedKeyArn(const char *value)
Definition AppBundle.h:66
AppBundle & WithArn(const Aws::String &value)
Definition AppBundle.h:49
AppBundle & WithArn(const char *value)
Definition AppBundle.h:51
AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCustomerManagedKeyArn(const Aws::String &value)
Definition AppBundle.h:61
void SetCustomerManagedKeyArn(Aws::String &&value)
Definition AppBundle.h:62
AWS_APPFABRIC_API AppBundle & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetArn(Aws::String &&value)
Definition AppBundle.h:47
const Aws::String & GetArn() const
Definition AppBundle.h:44
AppBundle & WithCustomerManagedKeyArn(const Aws::String &value)
Definition AppBundle.h:64
void SetArn(const Aws::String &value)
Definition AppBundle.h:46
void SetArn(const char *value)
Definition AppBundle.h:48
AWS_APPFABRIC_API AppBundle()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue