AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
ClientContextParameters.h
Go to the documentation of this file.
1
7#pragma once
8
11
12namespace Aws
13{
14 namespace Endpoint
15 {
17 {
18 public:
20
22
27
29 protected:
31 };
32 } // namespace Endpoint
33} // namespace Aws
#define AWS_CORE_API
Definition: Core_EXPORTS.h:26
const char *const name
Definition: cJSON.h:278
void SetBooleanParameter(Aws::String name, bool value)
void SetStringParameter(Aws::String name, Aws::String value)
const Aws::Vector< EndpointParameter > & GetAllParameters() const
void SetParameter(EndpointParameter param)
const EndpointParameter & GetParameter(const Aws::String &name) const
Aws::Vector< EndpointParameter > m_params
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition: AWSString.h:97
std::vector< T, Aws::Allocator< T > > Vector
Definition: AWSVector.h:17