7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
27 inline virtual const char*
GetServiceRequestName()
const override {
return "GetEnvironmentBlueprintConfiguration"; }
37 template <
typename DomainIdentifierT = Aws::String>
39 m_domainIdentifierHasBeenSet =
true;
40 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
42 template <
typename DomainIdentifierT = Aws::String>
55 template <
typename EnvironmentBluepr
intIdentifierT = Aws::String>
57 m_environmentBlueprintIdentifierHasBeenSet =
true;
58 m_environmentBlueprintIdentifier = std::forward<EnvironmentBlueprintIdentifierT>(value);
60 template <
typename EnvironmentBluepr
intIdentifierT = Aws::String>
70 bool m_domainIdentifierHasBeenSet =
false;
71 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