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 LogGroupNameT = Aws::String>
43 m_logGroupNameHasBeenSet =
true;
44 m_logGroupName = std::forward<LogGroupNameT>(value);
46 template <
typename LogGroupNameT = Aws::String>
75 template <
typename ResourceIdentifierT = Aws::String>
77 m_resourceIdentifierHasBeenSet =
true;
78 m_resourceIdentifier = std::forward<ResourceIdentifierT>(value);
80 template <
typename ResourceIdentifierT = Aws::String>
90 bool m_logGroupNameHasBeenSet =
false;
91 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