7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename ArnT = Aws::String>
42 m_arnHasBeenSet =
true;
43 m_arn = std::forward<ArnT>(value);
45 template <
typename ArnT = Aws::String>
47 SetArn(std::forward<ArnT>(value));
59 template <
typename CustomerManagedKeyArnT = Aws::String>
61 m_customerManagedKeyArnHasBeenSet =
true;
62 m_customerManagedKeyArn = std::forward<CustomerManagedKeyArnT>(value);
64 template <
typename CustomerManagedKeyArnT = Aws::String>
74 bool m_arnHasBeenSet =
false;
75 bool m_customerManagedKeyArnHasBeenSet =
false;
AppBundle & WithCustomerManagedKeyArn(CustomerManagedKeyArnT &&value)
AWS_APPFABRIC_API AppBundle(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFABRIC_API AppBundle()=default
bool CustomerManagedKeyArnHasBeenSet() const
const Aws::String & GetCustomerManagedKeyArn() const
bool ArnHasBeenSet() const
AWS_APPFABRIC_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPFABRIC_API AppBundle & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetArn() const
void SetArn(ArnT &&value)
void SetCustomerManagedKeyArn(CustomerManagedKeyArnT &&value)
AppBundle & WithArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue