/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Summary information about a logging configuration.See Also:
* AWS
* API Reference
Logging-configuration ARN.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *Logging-configuration ARN.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *Logging-configuration ARN.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *Logging-configuration ARN.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *Logging-configuration ARN.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *Logging-configuration ARN.
*/ inline LoggingConfigurationSummary& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *Logging-configuration ARN.
*/ inline LoggingConfigurationSummary& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *Logging-configuration ARN.
*/ inline LoggingConfigurationSummary& WithArn(const char* value) { SetArn(value); return *this;} /** *Time when the logging configuration was created. This is an ISO 8601 * timestamp; note that this is returned as a string.
*/ inline const Aws::Utils::DateTime& GetCreateTime() const{ return m_createTime; } /** *Time when the logging configuration was created. This is an ISO 8601 * timestamp; note that this is returned as a string.
*/ inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; } /** *Time when the logging configuration was created. This is an ISO 8601 * timestamp; note that this is returned as a string.
*/ inline void SetCreateTime(const Aws::Utils::DateTime& value) { m_createTimeHasBeenSet = true; m_createTime = value; } /** *Time when the logging configuration was created. This is an ISO 8601 * timestamp; note that this is returned as a string.
*/ inline void SetCreateTime(Aws::Utils::DateTime&& value) { m_createTimeHasBeenSet = true; m_createTime = std::move(value); } /** *Time when the logging configuration was created. This is an ISO 8601 * timestamp; note that this is returned as a string.
*/ inline LoggingConfigurationSummary& WithCreateTime(const Aws::Utils::DateTime& value) { SetCreateTime(value); return *this;} /** *Time when the logging configuration was created. This is an ISO 8601 * timestamp; note that this is returned as a string.
*/ inline LoggingConfigurationSummary& WithCreateTime(Aws::Utils::DateTime&& value) { SetCreateTime(std::move(value)); return *this;} /** *A complex type that contains a destination configuration for where chat * content will be logged.
*/ inline const DestinationConfiguration& GetDestinationConfiguration() const{ return m_destinationConfiguration; } /** *A complex type that contains a destination configuration for where chat * content will be logged.
*/ inline bool DestinationConfigurationHasBeenSet() const { return m_destinationConfigurationHasBeenSet; } /** *A complex type that contains a destination configuration for where chat * content will be logged.
*/ inline void SetDestinationConfiguration(const DestinationConfiguration& value) { m_destinationConfigurationHasBeenSet = true; m_destinationConfiguration = value; } /** *A complex type that contains a destination configuration for where chat * content will be logged.
*/ inline void SetDestinationConfiguration(DestinationConfiguration&& value) { m_destinationConfigurationHasBeenSet = true; m_destinationConfiguration = std::move(value); } /** *A complex type that contains a destination configuration for where chat * content will be logged.
*/ inline LoggingConfigurationSummary& WithDestinationConfiguration(const DestinationConfiguration& value) { SetDestinationConfiguration(value); return *this;} /** *A complex type that contains a destination configuration for where chat * content will be logged.
*/ inline LoggingConfigurationSummary& WithDestinationConfiguration(DestinationConfiguration&& value) { SetDestinationConfiguration(std::move(value)); return *this;} /** *Logging-configuration ID, generated by the system. This is a relative * identifier, the part of the ARN that uniquely identifies the room.
*/ inline const Aws::String& GetId() const{ return m_id; } /** *Logging-configuration ID, generated by the system. This is a relative * identifier, the part of the ARN that uniquely identifies the room.
*/ inline bool IdHasBeenSet() const { return m_idHasBeenSet; } /** *Logging-configuration ID, generated by the system. This is a relative * identifier, the part of the ARN that uniquely identifies the room.
*/ inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; } /** *Logging-configuration ID, generated by the system. This is a relative * identifier, the part of the ARN that uniquely identifies the room.
*/ inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); } /** *Logging-configuration ID, generated by the system. This is a relative * identifier, the part of the ARN that uniquely identifies the room.
*/ inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); } /** *Logging-configuration ID, generated by the system. This is a relative * identifier, the part of the ARN that uniquely identifies the room.
*/ inline LoggingConfigurationSummary& WithId(const Aws::String& value) { SetId(value); return *this;} /** *Logging-configuration ID, generated by the system. This is a relative * identifier, the part of the ARN that uniquely identifies the room.
*/ inline LoggingConfigurationSummary& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** *Logging-configuration ID, generated by the system. This is a relative * identifier, the part of the ARN that uniquely identifies the room.
*/ inline LoggingConfigurationSummary& WithId(const char* value) { SetId(value); return *this;} /** *Logging-configuration name. The value does not need to be unique.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *Logging-configuration name. The value does not need to be unique.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *Logging-configuration name. The value does not need to be unique.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *Logging-configuration name. The value does not need to be unique.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *Logging-configuration name. The value does not need to be unique.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *Logging-configuration name. The value does not need to be unique.
*/ inline LoggingConfigurationSummary& WithName(const Aws::String& value) { SetName(value); return *this;} /** *Logging-configuration name. The value does not need to be unique.
*/ inline LoggingConfigurationSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *Logging-configuration name. The value does not need to be unique.
*/ inline LoggingConfigurationSummary& WithName(const char* value) { SetName(value); return *this;} /** *The state of the logging configuration. When this is ACTIVE
, the
* configuration is ready for logging chat content.
The state of the logging configuration. When this is ACTIVE
, the
* configuration is ready for logging chat content.
The state of the logging configuration. When this is ACTIVE
, the
* configuration is ready for logging chat content.
The state of the logging configuration. When this is ACTIVE
, the
* configuration is ready for logging chat content.
The state of the logging configuration. When this is ACTIVE
, the
* configuration is ready for logging chat content.
The state of the logging configuration. When this is ACTIVE
, the
* configuration is ready for logging chat content.
Tags to attach to the resource. Array of maps, each of the form
* string:string (key:value)
. See Tagging
* AWS Resources for details, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags
* beyond what is documented there.
Tags to attach to the resource. Array of maps, each of the form
* string:string (key:value)
. See Tagging
* AWS Resources for details, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags
* beyond what is documented there.
Tags to attach to the resource. Array of maps, each of the form
* string:string (key:value)
. See Tagging
* AWS Resources for details, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags
* beyond what is documented there.
Tags to attach to the resource. Array of maps, each of the form
* string:string (key:value)
. See Tagging
* AWS Resources for details, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags
* beyond what is documented there.
Tags to attach to the resource. Array of maps, each of the form
* string:string (key:value)
. See Tagging
* AWS Resources for details, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags
* beyond what is documented there.
Tags to attach to the resource. Array of maps, each of the form
* string:string (key:value)
. See Tagging
* AWS Resources for details, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags
* beyond what is documented there.
Tags to attach to the resource. Array of maps, each of the form
* string:string (key:value)
. See Tagging
* AWS Resources for details, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags
* beyond what is documented there.
Tags to attach to the resource. Array of maps, each of the form
* string:string (key:value)
. See Tagging
* AWS Resources for details, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags
* beyond what is documented there.
Tags to attach to the resource. Array of maps, each of the form
* string:string (key:value)
. See Tagging
* AWS Resources for details, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags
* beyond what is documented there.
Tags to attach to the resource. Array of maps, each of the form
* string:string (key:value)
. See Tagging
* AWS Resources for details, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags
* beyond what is documented there.
Tags to attach to the resource. Array of maps, each of the form
* string:string (key:value)
. See Tagging
* AWS Resources for details, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags
* beyond what is documented there.
Tags to attach to the resource. Array of maps, each of the form
* string:string (key:value)
. See Tagging
* AWS Resources for details, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags
* beyond what is documented there.
Tags to attach to the resource. Array of maps, each of the form
* string:string (key:value)
. See Tagging
* AWS Resources for details, including restrictions that apply to tags and
* "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags
* beyond what is documented there.
Time of the logging configuration’s last update. This is an ISO 8601 * timestamp; note that this is returned as a string.
*/ inline const Aws::Utils::DateTime& GetUpdateTime() const{ return m_updateTime; } /** *Time of the logging configuration’s last update. This is an ISO 8601 * timestamp; note that this is returned as a string.
*/ inline bool UpdateTimeHasBeenSet() const { return m_updateTimeHasBeenSet; } /** *Time of the logging configuration’s last update. This is an ISO 8601 * timestamp; note that this is returned as a string.
*/ inline void SetUpdateTime(const Aws::Utils::DateTime& value) { m_updateTimeHasBeenSet = true; m_updateTime = value; } /** *Time of the logging configuration’s last update. This is an ISO 8601 * timestamp; note that this is returned as a string.
*/ inline void SetUpdateTime(Aws::Utils::DateTime&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::move(value); } /** *Time of the logging configuration’s last update. This is an ISO 8601 * timestamp; note that this is returned as a string.
*/ inline LoggingConfigurationSummary& WithUpdateTime(const Aws::Utils::DateTime& value) { SetUpdateTime(value); return *this;} /** *Time of the logging configuration’s last update. This is an ISO 8601 * timestamp; note that this is returned as a string.
*/ inline LoggingConfigurationSummary& WithUpdateTime(Aws::Utils::DateTime&& value) { SetUpdateTime(std::move(value)); return *this;} private: Aws::String m_arn; bool m_arnHasBeenSet = false; Aws::Utils::DateTime m_createTime; bool m_createTimeHasBeenSet = false; DestinationConfiguration m_destinationConfiguration; bool m_destinationConfigurationHasBeenSet = false; Aws::String m_id; bool m_idHasBeenSet = false; Aws::String m_name; bool m_nameHasBeenSet = false; LoggingConfigurationState m_state; bool m_stateHasBeenSet = false; Aws::Map