Classes | Functions | Variables
Aws::Client Namespace Reference

Classes

class  ClientConfigurationProvider
 
class  NoRetryStrategy
 
class  ParameterPath
 
class  ParameterReaderInterface
 
class  ParameterReaderMock
 
class  ThrottlingManager
 

Functions

bool operator!= (const ClientConfiguration &left, const ClientConfiguration &right)
 
bool operator== (const ClientConfiguration &left, const ClientConfiguration &right)
 
void SetupMockReader (AwsError user_id_error, AwsError bot_name_error, AwsError bot_alias_error, ParameterReaderMock &mock_reader)
 

Variables

const ParameterPath bot_alias_key {"lex_configuration", "bot_alias"}
 
const ParameterPath bot_name_key {"lex_configuration", "bot_name"}
 
const ParameterPath user_id_key {"lex_configuration", "user_id"}
 

Function Documentation

void Aws::Client::SetupMockReader ( AwsError  user_id_error,
AwsError  bot_name_error,
AwsError  bot_alias_error,
ParameterReaderMock mock_reader 
)

Set up a mock reader with the parameter paths as the key for the mock reader. The return code for each of those ReadParams corresponds to the error param errors.

Parameters
user_id_error
bot_name_error
bot_alias_error
mock_reader[out] configured with EXPECT_CALL's for user_id, bot_name, and bot_alias

Definition at line 30 of file parameter_reader_mock.cpp.

Variable Documentation

const ParameterPath Aws::Client::bot_alias_key {"lex_configuration", "bot_alias"}

Definition at line 28 of file parameter_reader_mock.cpp.

const ParameterPath Aws::Client::bot_name_key {"lex_configuration", "bot_name"}

Definition at line 27 of file parameter_reader_mock.cpp.

const ParameterPath Aws::Client::user_id_key {"lex_configuration", "user_id"}

Definition at line 26 of file parameter_reader_mock.cpp.



lex_common
Author(s): AWS RoboMaker
autogenerated on Sat Mar 6 2021 03:43:24