7#include <aws/ivschat/Ivschat_EXPORTS.h>
8#include <aws/ivschat/IvschatRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ivschat/model/DestinationConfiguration.h>
42 template<
typename IdentifierT = Aws::String>
43 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
44 template<
typename IdentifierT = Aws::String>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
69 template<
typename DestinationConfigurationT = DestinationConfiguration>
70 void SetDestinationConfiguration(DestinationConfigurationT&& value) { m_destinationConfigurationHasBeenSet =
true; m_destinationConfiguration = std::forward<DestinationConfigurationT>(value); }
71 template<
typename DestinationConfigurationT = DestinationConfiguration>
77 bool m_identifierHasBeenSet =
false;
80 bool m_nameHasBeenSet =
false;
83 bool m_destinationConfigurationHasBeenSet =
false;
UpdateLoggingConfigurationRequest & WithDestinationConfiguration(DestinationConfigurationT &&value)
const Aws::String & GetIdentifier() const
void SetIdentifier(IdentifierT &&value)
bool IdentifierHasBeenSet() const
void SetDestinationConfiguration(DestinationConfigurationT &&value)
UpdateLoggingConfigurationRequest & WithName(NameT &&value)
const DestinationConfiguration & GetDestinationConfiguration() const
AWS_IVSCHAT_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
bool NameHasBeenSet() const
AWS_IVSCHAT_API UpdateLoggingConfigurationRequest()=default
bool DestinationConfigurationHasBeenSet() const
UpdateLoggingConfigurationRequest & WithIdentifier(IdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String