7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
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>
55 template<
typename EnvironmentIdentifierT = Aws::String>
56 void SetEnvironmentIdentifier(EnvironmentIdentifierT&& value) { m_environmentIdentifierHasBeenSet =
true; m_environmentIdentifier = std::forward<EnvironmentIdentifierT>(value); }
57 template<
typename EnvironmentIdentifierT = Aws::String>
67 template<
typename IdentifierT = Aws::String>
68 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
69 template<
typename IdentifierT = Aws::String>
75 bool m_domainIdentifierHasBeenSet =
false;
78 bool m_environmentIdentifierHasBeenSet =
false;
81 bool m_identifierHasBeenSet =
false;
DeleteSubscriptionTargetRequest & WithIdentifier(IdentifierT &&value)
void SetEnvironmentIdentifier(EnvironmentIdentifierT &&value)
bool EnvironmentIdentifierHasBeenSet() const
const Aws::String & GetEnvironmentIdentifier() const
const Aws::String & GetDomainIdentifier() const
DeleteSubscriptionTargetRequest & WithDomainIdentifier(DomainIdentifierT &&value)
void SetIdentifier(IdentifierT &&value)
bool IdentifierHasBeenSet() const
AWS_DATAZONE_API DeleteSubscriptionTargetRequest()=default
AWS_DATAZONE_API Aws::String SerializePayload() const override
const Aws::String & GetIdentifier() const
virtual const char * GetServiceRequestName() const override
DeleteSubscriptionTargetRequest & WithEnvironmentIdentifier(EnvironmentIdentifierT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
bool DomainIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String