AWS SDK for C++

AWS SDK for C++ Version 1.11.810

Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | List of all members
Aws::Utils::StatusAcceptor< OutcomeT > Struct Template Reference

#include <Waiter.h>

Inheritance diagram for Aws::Utils::StatusAcceptor< OutcomeT >:
[legend]

Public Member Functions

 StatusAcceptor (WaiterState s, int status)
 
bool Matches (const OutcomeT &outcome) const override
 

Public Member Functions inherited from Aws::Utils::Acceptor< OutcomeT >

 
virtual ~Acceptor ()=default
 

Public Attributes

 

Public Attributes inherited from Aws::Utils::Acceptor< OutcomeT >

 

Detailed Description

template<typename OutcomeT>
struct Aws::Utils::StatusAcceptor< OutcomeT >

Definition at line 39 of file Waiter.h.

Constructor & Destructor Documentation

◆ StatusAcceptor()

template<typename OutcomeT >
Aws::Utils::StatusAcceptor< OutcomeT >::StatusAcceptor ( WaiterState  s,
int  status 
)
inline

Definition at line 41 of file Waiter.h.

Member Function Documentation

◆ Matches()

template<typename OutcomeT >
bool Aws::Utils::StatusAcceptor< OutcomeT >::Matches ( const OutcomeT &  outcome) const
inlineoverridevirtual

Implements Aws::Utils::Acceptor< OutcomeT >.

Definition at line 42 of file Waiter.h.

Member Data Documentation

◆ expectedStatus

template<typename OutcomeT >
int Aws::Utils::StatusAcceptor< OutcomeT >::expectedStatus

Definition at line 40 of file Waiter.h.


The documentation for this struct was generated from the following file: