/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Describes CloudWatch logging option updates.See Also:
AWS
* API Reference
ID of the CloudWatch logging option to update
*/ inline const Aws::String& GetCloudWatchLoggingOptionId() const{ return m_cloudWatchLoggingOptionId; } /** *ID of the CloudWatch logging option to update
*/ inline bool CloudWatchLoggingOptionIdHasBeenSet() const { return m_cloudWatchLoggingOptionIdHasBeenSet; } /** *ID of the CloudWatch logging option to update
*/ inline void SetCloudWatchLoggingOptionId(const Aws::String& value) { m_cloudWatchLoggingOptionIdHasBeenSet = true; m_cloudWatchLoggingOptionId = value; } /** *ID of the CloudWatch logging option to update
*/ inline void SetCloudWatchLoggingOptionId(Aws::String&& value) { m_cloudWatchLoggingOptionIdHasBeenSet = true; m_cloudWatchLoggingOptionId = std::move(value); } /** *ID of the CloudWatch logging option to update
*/ inline void SetCloudWatchLoggingOptionId(const char* value) { m_cloudWatchLoggingOptionIdHasBeenSet = true; m_cloudWatchLoggingOptionId.assign(value); } /** *ID of the CloudWatch logging option to update
*/ inline CloudWatchLoggingOptionUpdate& WithCloudWatchLoggingOptionId(const Aws::String& value) { SetCloudWatchLoggingOptionId(value); return *this;} /** *ID of the CloudWatch logging option to update
*/ inline CloudWatchLoggingOptionUpdate& WithCloudWatchLoggingOptionId(Aws::String&& value) { SetCloudWatchLoggingOptionId(std::move(value)); return *this;} /** *ID of the CloudWatch logging option to update
*/ inline CloudWatchLoggingOptionUpdate& WithCloudWatchLoggingOptionId(const char* value) { SetCloudWatchLoggingOptionId(value); return *this;} /** *ARN of the CloudWatch log to receive application messages.
*/ inline const Aws::String& GetLogStreamARNUpdate() const{ return m_logStreamARNUpdate; } /** *ARN of the CloudWatch log to receive application messages.
*/ inline bool LogStreamARNUpdateHasBeenSet() const { return m_logStreamARNUpdateHasBeenSet; } /** *ARN of the CloudWatch log to receive application messages.
*/ inline void SetLogStreamARNUpdate(const Aws::String& value) { m_logStreamARNUpdateHasBeenSet = true; m_logStreamARNUpdate = value; } /** *ARN of the CloudWatch log to receive application messages.
*/ inline void SetLogStreamARNUpdate(Aws::String&& value) { m_logStreamARNUpdateHasBeenSet = true; m_logStreamARNUpdate = std::move(value); } /** *ARN of the CloudWatch log to receive application messages.
*/ inline void SetLogStreamARNUpdate(const char* value) { m_logStreamARNUpdateHasBeenSet = true; m_logStreamARNUpdate.assign(value); } /** *ARN of the CloudWatch log to receive application messages.
*/ inline CloudWatchLoggingOptionUpdate& WithLogStreamARNUpdate(const Aws::String& value) { SetLogStreamARNUpdate(value); return *this;} /** *ARN of the CloudWatch log to receive application messages.
*/ inline CloudWatchLoggingOptionUpdate& WithLogStreamARNUpdate(Aws::String&& value) { SetLogStreamARNUpdate(std::move(value)); return *this;} /** *ARN of the CloudWatch log to receive application messages.
*/ inline CloudWatchLoggingOptionUpdate& WithLogStreamARNUpdate(const char* value) { SetLogStreamARNUpdate(value); return *this;} /** *IAM ARN of the role to use to send application messages. Note: To write
* application messages to CloudWatch, the IAM role used must have the
* PutLogEvents
policy action enabled.
IAM ARN of the role to use to send application messages. Note: To write
* application messages to CloudWatch, the IAM role used must have the
* PutLogEvents
policy action enabled.
IAM ARN of the role to use to send application messages. Note: To write
* application messages to CloudWatch, the IAM role used must have the
* PutLogEvents
policy action enabled.
IAM ARN of the role to use to send application messages. Note: To write
* application messages to CloudWatch, the IAM role used must have the
* PutLogEvents
policy action enabled.
IAM ARN of the role to use to send application messages. Note: To write
* application messages to CloudWatch, the IAM role used must have the
* PutLogEvents
policy action enabled.
IAM ARN of the role to use to send application messages. Note: To write
* application messages to CloudWatch, the IAM role used must have the
* PutLogEvents
policy action enabled.
IAM ARN of the role to use to send application messages. Note: To write
* application messages to CloudWatch, the IAM role used must have the
* PutLogEvents
policy action enabled.
IAM ARN of the role to use to send application messages. Note: To write
* application messages to CloudWatch, the IAM role used must have the
* PutLogEvents
policy action enabled.