7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
39 template <
typename DomainIdentifierT = Aws::String>
41 m_domainIdentifierHasBeenSet =
true;
42 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
44 template <
typename DomainIdentifierT = Aws::String>
57 template <
typename IdentifierT = Aws::String>
59 m_identifierHasBeenSet =
true;
60 m_identifier = std::forward<IdentifierT>(value);
62 template <
typename IdentifierT = Aws::String>
76 template <
typename ClientTokenT = Aws::String>
78 m_clientTokenHasBeenSet =
true;
79 m_clientToken = std::forward<ClientTokenT>(value);
81 template <
typename ClientTokenT = Aws::String>
93 bool m_domainIdentifierHasBeenSet =
false;
94 bool m_identifierHasBeenSet =
false;
95 bool m_clientTokenHasBeenSet =
true;
StopNotebookRunRequest & WithIdentifier(IdentifierT &&value)
bool DomainIdentifierHasBeenSet() const
void SetDomainIdentifier(DomainIdentifierT &&value)
AWS_DATAZONE_API StopNotebookRunRequest()=default
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetDomainIdentifier() const
void SetIdentifier(IdentifierT &&value)
const Aws::String & GetClientToken() const
StopNotebookRunRequest & WithDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetIdentifier() const
StopNotebookRunRequest & WithClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool IdentifierHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String