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 "GetEnvironmentBlueprintConfiguration"; }
41 template<
typename DomainIdentifierT = Aws::String>
42 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
43 template<
typename DomainIdentifierT = Aws::String>
53 template<
typename EnvironmentBluepr
intIdentifierT = Aws::String>
54 void SetEnvironmentBlueprintIdentifier(EnvironmentBlueprintIdentifierT&& value) { m_environmentBlueprintIdentifierHasBeenSet =
true; m_environmentBlueprintIdentifier = std::forward<EnvironmentBlueprintIdentifierT>(value); }
55 template<
typename EnvironmentBluepr
intIdentifierT = Aws::String>
61 bool m_domainIdentifierHasBeenSet =
false;
64 bool m_environmentBlueprintIdentifierHasBeenSet =
false;
const Aws::String & GetDomainIdentifier() const
bool DomainIdentifierHasBeenSet() const
void SetEnvironmentBlueprintIdentifier(EnvironmentBlueprintIdentifierT &&value)
GetEnvironmentBlueprintConfigurationRequest & WithEnvironmentBlueprintIdentifier(EnvironmentBlueprintIdentifierT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
GetEnvironmentBlueprintConfigurationRequest & WithDomainIdentifier(DomainIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetEnvironmentBlueprintIdentifier() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool EnvironmentBlueprintIdentifierHasBeenSet() const
AWS_DATAZONE_API GetEnvironmentBlueprintConfigurationRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String