7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8#include <aws/logs/CloudWatchLogsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace CloudWatchLogs
47 inline void SetLogGroupName(
const char* value) { m_logGroupNameHasBeenSet =
true; m_logGroupName.assign(value); }
77 inline void SetResourceIdentifier(
const char* value) { m_resourceIdentifierHasBeenSet =
true; m_resourceIdentifier.assign(value); }
85 bool m_logGroupNameHasBeenSet =
false;
88 bool m_resourceIdentifierHasBeenSet =
false;
DisassociateKmsKeyRequest & WithLogGroupName(Aws::String &&value)
bool ResourceIdentifierHasBeenSet() const
void SetResourceIdentifier(const char *value)
void SetLogGroupName(Aws::String &&value)
AWS_CLOUDWATCHLOGS_API DisassociateKmsKeyRequest()
DisassociateKmsKeyRequest & WithResourceIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetLogGroupName(const char *value)
DisassociateKmsKeyRequest & WithLogGroupName(const char *value)
DisassociateKmsKeyRequest & WithResourceIdentifier(const char *value)
void SetResourceIdentifier(const Aws::String &value)
DisassociateKmsKeyRequest & WithResourceIdentifier(const Aws::String &value)
const Aws::String & GetLogGroupName() const
void SetResourceIdentifier(Aws::String &&value)
DisassociateKmsKeyRequest & WithLogGroupName(const Aws::String &value)
AWS_CLOUDWATCHLOGS_API Aws::String SerializePayload() const override
const Aws::String & GetResourceIdentifier() const
void SetLogGroupName(const Aws::String &value)
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