7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/model/DataZoneEntityType.h>
48 template<
typename DomainIdentifierT = Aws::String>
49 void SetDomainIdentifier(DomainIdentifierT&& value) { m_domainIdentifierHasBeenSet =
true; m_domainIdentifier = std::forward<DomainIdentifierT>(value); }
50 template<
typename DomainIdentifierT = Aws::String>
60 template<
typename EntityIdentifierT = Aws::String>
61 void SetEntityIdentifier(EntityIdentifierT&& value) { m_entityIdentifierHasBeenSet =
true; m_entityIdentifier = std::forward<EntityIdentifierT>(value); }
62 template<
typename EntityIdentifierT = Aws::String>
86 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
101 template<
typename NextTokenT = Aws::String>
102 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
103 template<
typename NextTokenT = Aws::String>
109 bool m_domainIdentifierHasBeenSet =
false;
112 bool m_entityIdentifierHasBeenSet =
false;
115 bool m_entityTypeHasBeenSet =
false;
118 bool m_maxResultsHasBeenSet =
false;
121 bool m_nextTokenHasBeenSet =
false;
AWS_DATAZONE_API ListEntityOwnersRequest()=default
void SetMaxResults(int value)
bool DomainIdentifierHasBeenSet() const
ListEntityOwnersRequest & WithMaxResults(int value)
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool MaxResultsHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&value)
int GetMaxResults() const
ListEntityOwnersRequest & WithEntityType(DataZoneEntityType value)
virtual const char * GetServiceRequestName() const override
bool EntityTypeHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetEntityIdentifier() const
ListEntityOwnersRequest & WithNextToken(NextTokenT &&value)
ListEntityOwnersRequest & WithDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetDomainIdentifier() const
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
bool EntityIdentifierHasBeenSet() const
void SetEntityType(DataZoneEntityType value)
ListEntityOwnersRequest & WithEntityIdentifier(EntityIdentifierT &&value)
DataZoneEntityType GetEntityType() const
void SetEntityIdentifier(EntityIdentifierT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String