7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
42 template <
typename DomainIdentifierT = Aws::String>
44 m_domainIdentifierHasBeenSet =
true;
45 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
47 template <
typename DomainIdentifierT = Aws::String>
60 template <
typename IdentifierT = Aws::String>
62 m_identifierHasBeenSet =
true;
63 m_identifier = std::forward<IdentifierT>(value);
65 template <
typename IdentifierT = Aws::String>
80 m_skipDeletionCheckHasBeenSet =
true;
81 m_skipDeletionCheck = value;
90 bool m_domainIdentifierHasBeenSet =
false;
93 bool m_identifierHasBeenSet =
false;
95 bool m_skipDeletionCheck{
false};
96 bool m_skipDeletionCheckHasBeenSet =
false;
bool DomainIdentifierHasBeenSet() const
DeleteProjectRequest & WithSkipDeletionCheck(bool value)
void SetSkipDeletionCheck(bool value)
const Aws::String & GetDomainIdentifier() const
void SetDomainIdentifier(DomainIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
bool GetSkipDeletionCheck() const
const Aws::String & GetIdentifier() const
DeleteProjectRequest & WithDomainIdentifier(DomainIdentifierT &&value)
void SetIdentifier(IdentifierT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_DATAZONE_API DeleteProjectRequest()=default
DeleteProjectRequest & WithIdentifier(IdentifierT &&value)
bool SkipDeletionCheckHasBeenSet() const
bool IdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String