7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/AppFabricRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/appfabric/model/Tag.h>
13#include <aws/core/utils/UUID.h>
53 template<
typename ClientTokenT = Aws::String>
54 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
55 template<
typename ClientTokenT = Aws::String>
67 template<
typename CustomerManagedKeyIdentifierT = Aws::String>
68 void SetCustomerManagedKeyIdentifier(CustomerManagedKeyIdentifierT&& value) { m_customerManagedKeyIdentifierHasBeenSet =
true; m_customerManagedKeyIdentifier = std::forward<CustomerManagedKeyIdentifierT>(value); }
69 template<
typename CustomerManagedKeyIdentifierT = Aws::String>
80 template<
typename TagsT = Aws::Vector<Tag>>
81 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
82 template<
typename TagsT = Aws::Vector<Tag>>
84 template<
typename TagsT = Tag>
90 bool m_clientTokenHasBeenSet =
true;
93 bool m_customerManagedKeyIdentifierHasBeenSet =
false;
96 bool m_tagsHasBeenSet =
false;
CreateAppBundleRequest & WithCustomerManagedKeyIdentifier(CustomerManagedKeyIdentifierT &&value)
const Aws::String & GetCustomerManagedKeyIdentifier() const
virtual const char * GetServiceRequestName() const override
CreateAppBundleRequest & WithTags(TagsT &&value)
void SetClientToken(ClientTokenT &&value)
CreateAppBundleRequest & WithClientToken(ClientTokenT &&value)
CreateAppBundleRequest & AddTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetClientToken() const
bool CustomerManagedKeyIdentifierHasBeenSet() const
AWS_APPFABRIC_API Aws::String SerializePayload() const override
AWS_APPFABRIC_API CreateAppBundleRequest()=default
bool ClientTokenHasBeenSet() const
void SetTags(TagsT &&value)
void SetCustomerManagedKeyIdentifier(CustomerManagedKeyIdentifierT &&value)
bool TagsHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector