7#include <aws/marketplace-deployment/MarketplaceDeployment_EXPORTS.h>
8#include <aws/marketplace-deployment/MarketplaceDeploymentRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/marketplace-deployment/model/DeploymentParameterInput.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/core/utils/UUID.h>
18namespace MarketplaceDeployment
47 inline void SetAgreementId(
const char* value) { m_agreementIdHasBeenSet =
true; m_agreementId.assign(value); }
62 inline void SetCatalog(
const char* value) { m_catalogHasBeenSet =
true; m_catalog.assign(value); }
77 inline void SetClientToken(
const char* value) { m_clientTokenHasBeenSet =
true; m_clientToken.assign(value); }
118 inline void SetProductId(
const char* value) { m_productIdHasBeenSet =
true; m_productId.assign(value); }
147 bool m_agreementIdHasBeenSet =
false;
150 bool m_catalogHasBeenSet =
false;
153 bool m_clientTokenHasBeenSet =
false;
156 bool m_deploymentParameterHasBeenSet =
false;
159 bool m_expirationDateHasBeenSet =
false;
162 bool m_productIdHasBeenSet =
false;
165 bool m_tagsHasBeenSet =
false;
void SetProductId(const char *value)
PutDeploymentParameterRequest & WithCatalog(const char *value)
PutDeploymentParameterRequest & WithDeploymentParameter(const DeploymentParameterInput &value)
PutDeploymentParameterRequest & WithTags(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetExpirationDate(Aws::Utils::DateTime &&value)
PutDeploymentParameterRequest & WithAgreementId(const char *value)
void SetCatalog(const char *value)
PutDeploymentParameterRequest & WithClientToken(const Aws::String &value)
bool ClientTokenHasBeenSet() const
bool CatalogHasBeenSet() const
PutDeploymentParameterRequest & AddTags(const char *key, Aws::String &&value)
PutDeploymentParameterRequest & AddTags(const Aws::String &key, const Aws::String &value)
PutDeploymentParameterRequest & WithExpirationDate(const Aws::Utils::DateTime &value)
AWS_MARKETPLACEDEPLOYMENT_API PutDeploymentParameterRequest()
PutDeploymentParameterRequest & AddTags(Aws::String &&key, Aws::String &&value)
const Aws::String & GetCatalog() const
PutDeploymentParameterRequest & WithProductId(Aws::String &&value)
const Aws::String & GetAgreementId() const
PutDeploymentParameterRequest & WithCatalog(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
PutDeploymentParameterRequest & WithDeploymentParameter(DeploymentParameterInput &&value)
PutDeploymentParameterRequest & AddTags(const Aws::String &key, Aws::String &&value)
const DeploymentParameterInput & GetDeploymentParameter() const
PutDeploymentParameterRequest & WithAgreementId(Aws::String &&value)
void SetCatalog(Aws::String &&value)
void SetProductId(Aws::String &&value)
PutDeploymentParameterRequest & WithAgreementId(const Aws::String &value)
PutDeploymentParameterRequest & WithProductId(const Aws::String &value)
bool ProductIdHasBeenSet() const
bool DeploymentParameterHasBeenSet() const
PutDeploymentParameterRequest & WithClientToken(const char *value)
PutDeploymentParameterRequest & WithProductId(const char *value)
void SetClientToken(const Aws::String &value)
void SetAgreementId(const char *value)
void SetCatalog(const Aws::String &value)
void SetExpirationDate(const Aws::Utils::DateTime &value)
PutDeploymentParameterRequest & WithExpirationDate(Aws::Utils::DateTime &&value)
bool TagsHasBeenSet() const
void SetAgreementId(Aws::String &&value)
void SetDeploymentParameter(const DeploymentParameterInput &value)
void SetDeploymentParameter(DeploymentParameterInput &&value)
bool ExpirationDateHasBeenSet() const
void SetTags(Aws::Map< Aws::String, Aws::String > &&value)
bool AgreementIdHasBeenSet() const
void SetTags(const Aws::Map< Aws::String, Aws::String > &value)
void SetClientToken(Aws::String &&value)
PutDeploymentParameterRequest & WithCatalog(const Aws::String &value)
PutDeploymentParameterRequest & WithTags(const Aws::Map< Aws::String, Aws::String > &value)
PutDeploymentParameterRequest & WithClientToken(Aws::String &&value)
void SetProductId(const Aws::String &value)
void SetAgreementId(const Aws::String &value)
const Aws::String & GetClientToken() const
const Aws::Utils::DateTime & GetExpirationDate() const
const Aws::String & GetProductId() const
PutDeploymentParameterRequest & AddTags(Aws::String &&key, const Aws::String &value)
void SetClientToken(const char *value)
PutDeploymentParameterRequest & AddTags(Aws::String &&key, const char *value)
PutDeploymentParameterRequest & AddTags(const char *key, const char *value)
AWS_MARKETPLACEDEPLOYMENT_API Aws::String SerializePayload() const override
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String