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>
55 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
94 bool m_clientTokenHasBeenSet =
false;
97 bool m_customerManagedKeyIdentifierHasBeenSet =
false;
100 bool m_tagsHasBeenSet =
false;
AWS_APPFABRIC_API CreateAppBundleRequest()
const Aws::String & GetCustomerManagedKeyIdentifier() const
virtual const char * GetServiceRequestName() const override
void SetTags(const Aws::Vector< Tag > &value)
CreateAppBundleRequest & AddTags(const Tag &value)
CreateAppBundleRequest & WithTags(const Aws::Vector< Tag > &value)
CreateAppBundleRequest & WithCustomerManagedKeyIdentifier(const Aws::String &value)
CreateAppBundleRequest & WithCustomerManagedKeyIdentifier(Aws::String &&value)
CreateAppBundleRequest & WithClientToken(const char *value)
void SetClientToken(const char *value)
void SetClientToken(Aws::String &&value)
void SetCustomerManagedKeyIdentifier(Aws::String &&value)
CreateAppBundleRequest & WithTags(Aws::Vector< Tag > &&value)
void SetCustomerManagedKeyIdentifier(const Aws::String &value)
void SetTags(Aws::Vector< Tag > &&value)
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetClientToken() const
void SetCustomerManagedKeyIdentifier(const char *value)
bool CustomerManagedKeyIdentifierHasBeenSet() const
CreateAppBundleRequest & WithClientToken(const Aws::String &value)
AWS_APPFABRIC_API Aws::String SerializePayload() const override
bool ClientTokenHasBeenSet() const
CreateAppBundleRequest & AddTags(Tag &&value)
bool TagsHasBeenSet() const
CreateAppBundleRequest & WithClientToken(Aws::String &&value)
CreateAppBundleRequest & WithCustomerManagedKeyIdentifier(const char *value)
void SetClientToken(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector