7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ivschat/IvschatRequest.h>
9#include <aws/ivschat/Ivschat_EXPORTS.h>
10#include <aws/ivschat/model/DestinationConfiguration.h>
38 template <
typename IdentifierT = Aws::String>
40 m_identifierHasBeenSet =
true;
41 m_identifier = std::forward<IdentifierT>(value);
43 template <
typename IdentifierT = Aws::String>
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
77 template <
typename DestinationConfigurationT = DestinationConfiguration>
79 m_destinationConfigurationHasBeenSet =
true;
80 m_destinationConfiguration = std::forward<DestinationConfigurationT>(value);
82 template <
typename DestinationConfigurationT = DestinationConfiguration>
90 bool m_identifierHasBeenSet =
false;
93 bool m_nameHasBeenSet =
false;
96 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