7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/logs/CloudWatchLogs_EXPORTS.h>
14namespace CloudWatchLogs {
41 template <
typename LogGroupIdentifierT = Aws::String>
43 m_logGroupIdentifierHasBeenSet =
true;
44 m_logGroupIdentifier = std::forward<LogGroupIdentifierT>(value);
46 template <
typename LogGroupIdentifierT = Aws::String>
61 m_bearerTokenAuthenticationEnabledHasBeenSet =
true;
62 m_bearerTokenAuthenticationEnabled = value;
72 bool m_bearerTokenAuthenticationEnabled{
false};
73 bool m_logGroupIdentifierHasBeenSet =
false;
74 bool m_bearerTokenAuthenticationEnabledHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool LogGroupIdentifierHasBeenSet() const
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
const Aws::String & GetLogGroupIdentifier() const
void SetBearerTokenAuthenticationEnabled(bool value)
bool BearerTokenAuthenticationEnabledHasBeenSet() const
PutBearerTokenAuthenticationRequest & WithLogGroupIdentifier(LogGroupIdentifierT &&value)
bool GetBearerTokenAuthenticationEnabled() const
PutBearerTokenAuthenticationRequest & WithBearerTokenAuthenticationEnabled(bool value)
AWS_CLOUDWATCHLOGS_API PutBearerTokenAuthenticationRequest()=default
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetLogGroupIdentifier(LogGroupIdentifierT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String