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>
58 inline void SetIncludeTags(
bool value) { m_includeTagsHasBeenSet =
true; m_includeTags = value; }
64 bool m_identifierHasBeenSet =
false;
66 bool m_includeTags{
false};
67 bool m_includeTagsHasBeenSet =
false;
void SetIncludeTags(bool value)
GetSinkRequest & WithIncludeTags(bool value)
const Aws::String & GetIdentifier() const
bool IncludeTagsHasBeenSet() const
bool IdentifierHasBeenSet() const
bool GetIncludeTags() const
virtual const char * GetServiceRequestName() const override
AWS_OAM_API GetSinkRequest()=default
AWS_OAM_API Aws::String SerializePayload() const override
void SetIdentifier(IdentifierT &&value)
GetSinkRequest & WithIdentifier(IdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String