7#include <aws/appfabric/AppFabricRequest.h>
8#include <aws/appfabric/AppFabric_EXPORTS.h>
9#include <aws/appfabric/model/Tag.h>
10#include <aws/core/utils/UUID.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
49 template <
typename ClientTokenT = Aws::String>
51 m_clientTokenHasBeenSet =
true;
52 m_clientToken = std::forward<ClientTokenT>(value);
54 template <
typename ClientTokenT = Aws::String>
69 template <
typename CustomerManagedKeyIdentifierT = Aws::String>
71 m_customerManagedKeyIdentifierHasBeenSet =
true;
72 m_customerManagedKeyIdentifier = std::forward<CustomerManagedKeyIdentifierT>(value);
74 template <
typename CustomerManagedKeyIdentifierT = Aws::String>
88 template <
typename TagsT = Aws::Vector<Tag>>
90 m_tagsHasBeenSet =
true;
91 m_tags = std::forward<TagsT>(value);
93 template <
typename TagsT = Aws::Vector<Tag>>
95 SetTags(std::forward<TagsT>(value));
98 template <
typename TagsT = Tag>
100 m_tagsHasBeenSet =
true;
101 m_tags.emplace_back(std::forward<TagsT>(value));
111 bool m_clientTokenHasBeenSet =
true;
112 bool m_customerManagedKeyIdentifierHasBeenSet =
false;
113 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