7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudWatchLogs
45 template<
typename LogGroupNameT = Aws::String>
46 void SetLogGroupName(LogGroupNameT&& value) { m_logGroupNameHasBeenSet =
true; m_logGroupName = std::forward<LogGroupNameT>(value); }
47 template<
typename LogGroupNameT = Aws::String>
73 template<
typename ResourceIdentifierT = Aws::String>
74 void SetResourceIdentifier(ResourceIdentifierT&& value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier = std::forward<ResourceIdentifierT>(value); }
75 template<
typename ResourceIdentifierT = Aws::String>
81 bool m_logGroupNameHasBeenSet =
false;
84 bool m_resourceIdentifierHasBeenSet =
false;
bool ResourceIdentifierHasBeenSet() const
void SetResourceIdentifier(ResourceIdentifierT &&value)
DisassociateKmsKeyRequest & WithLogGroupName(LogGroupNameT &&value)
virtual const char * GetServiceRequestName() const override
DisassociateKmsKeyRequest & WithResourceIdentifier(ResourceIdentifierT &&value)
const Aws::String & GetLogGroupName() const
void SetLogGroupName(LogGroupNameT &&value)
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
const Aws::String & GetResourceIdentifier() const
AWS_CLOUDWATCHLOGS_API DisassociateKmsKeyRequest()=default
AWS_CLOUDWATCHLOGS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool LogGroupNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String