7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/firehose/model/Connectivity.h>
48 template<
typename RoleARNT = Aws::String>
49 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
50 template<
typename RoleARNT = Aws::String>
66 bool m_roleARNHasBeenSet =
false;
69 bool m_connectivityHasBeenSet =
false;
bool ConnectivityHasBeenSet() const
AWS_FIREHOSE_API AuthenticationConfiguration(Aws::Utils::Json::JsonView jsonValue)
AuthenticationConfiguration & WithConnectivity(Connectivity value)
AuthenticationConfiguration & WithRoleARN(RoleARNT &&value)
void SetConnectivity(Connectivity value)
Connectivity GetConnectivity() const
const Aws::String & GetRoleARN() const
AWS_FIREHOSE_API AuthenticationConfiguration()=default
bool RoleARNHasBeenSet() const
void SetRoleARN(RoleARNT &&value)
AWS_FIREHOSE_API AuthenticationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue