7#include <aws/oam/OAM_EXPORTS.h>
8#include <aws/oam/OAMRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename IdentifierT = Aws::String>
42 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
43 template<
typename IdentifierT = Aws::String>
49 bool m_identifierHasBeenSet =
false;
AWS_OAM_API Aws::String SerializePayload() const override
bool IdentifierHasBeenSet() const
AWS_OAM_API DeleteSinkRequest()=default
DeleteSinkRequest & WithIdentifier(IdentifierT &&value)
virtual const char * GetServiceRequestName() const override
void SetIdentifier(IdentifierT &&value)
const Aws::String & GetIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String