7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DeleteEnvironmentBlueprintConfiguration"; }
42 template<
typename DomainIdentifierT = Aws::String>
43 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
44 template<
typename DomainIdentifierT = Aws::String>
54 template<
typename EnvironmentBluepr
intIdentifierT = Aws::String>
55 void SetEnvironmentBlueprintIdentifier(EnvironmentBlueprintIdentifierT&& value) { m_environmentBlueprintIdentifierHasBeenSet =
true; m_environmentBlueprintIdentifier = std::forward<EnvironmentBlueprintIdentifierT>(value); }
56 template<
typename EnvironmentBluepr
intIdentifierT = Aws::String>
62 bool m_domainIdentifierHasBeenSet =
false;
65 bool m_environmentBlueprintIdentifierHasBeenSet =
false;
DeleteEnvironmentBlueprintConfigurationRequest & WithDomainIdentifier(DomainIdentifierT &&value)
DeleteEnvironmentBlueprintConfigurationRequest & WithEnvironmentBlueprintIdentifier(EnvironmentBlueprintIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetEnvironmentBlueprintIdentifier(EnvironmentBlueprintIdentifierT &&value)
const Aws::String & GetEnvironmentBlueprintIdentifier() const
void SetDomainIdentifier(DomainIdentifierT &&value)
AWS_DATAZONE_API DeleteEnvironmentBlueprintConfigurationRequest()=default
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool EnvironmentBlueprintIdentifierHasBeenSet() const
bool DomainIdentifierHasBeenSet() const
const Aws::String & GetDomainIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String