7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudWatchLogs
44 template<
typename LogGroupIdentifierT = Aws::String>
45 void SetLogGroupIdentifier(LogGroupIdentifierT&& value) { m_logGroupIdentifierHasBeenSet =
true; m_logGroupIdentifier = std::forward<LogGroupIdentifierT>(value); }
46 template<
typename LogGroupIdentifierT = Aws::String>
52 bool m_logGroupIdentifierHasBeenSet =
false;
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetLogGroupIdentifier(LogGroupIdentifierT &&value)
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
AWS_CLOUDWATCHLOGS_API GetDataProtectionPolicyRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetLogGroupIdentifier() const
bool LogGroupIdentifierHasBeenSet() const
GetDataProtectionPolicyRequest & WithLogGroupIdentifier(LogGroupIdentifierT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String