7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ArnT = Aws::String>
47 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
48 template<
typename ArnT = Aws::String>
59 template<
typename CustomerManagedKeyArnT = Aws::String>
60 void SetCustomerManagedKeyArn(CustomerManagedKeyArnT&& value) { m_customerManagedKeyArnHasBeenSet =
true; m_customerManagedKeyArn = std::forward<CustomerManagedKeyArnT>(value); }
61 template<
typename CustomerManagedKeyArnT = Aws::String>
67 bool m_arnHasBeenSet =
false;
70 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