AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
KinesisParameters.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eventbridge/EventBridge_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace EventBridge {
20namespace Model {
21
32 public:
33 AWS_EVENTBRIDGE_API KinesisParameters() = default;
34 AWS_EVENTBRIDGE_API KinesisParameters(Aws::Utils::Json::JsonView jsonValue);
36 AWS_EVENTBRIDGE_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
46 inline const Aws::String& GetPartitionKeyPath() const { return m_partitionKeyPath; }
47 inline bool PartitionKeyPathHasBeenSet() const { return m_partitionKeyPathHasBeenSet; }
48 template <typename PartitionKeyPathT = Aws::String>
49 void SetPartitionKeyPath(PartitionKeyPathT&& value) {
50 m_partitionKeyPathHasBeenSet = true;
51 m_partitionKeyPath = std::forward<PartitionKeyPathT>(value);
52 }
53 template <typename PartitionKeyPathT = Aws::String>
54 KinesisParameters& WithPartitionKeyPath(PartitionKeyPathT&& value) {
55 SetPartitionKeyPath(std::forward<PartitionKeyPathT>(value));
56 return *this;
57 }
59 private:
60 Aws::String m_partitionKeyPath;
61 bool m_partitionKeyPathHasBeenSet = false;
62};
63
64} // namespace Model
65} // namespace EventBridge
66} // namespace Aws
AWS_EVENTBRIDGE_API KinesisParameters()=default
KinesisParameters & WithPartitionKeyPath(PartitionKeyPathT &&value)
AWS_EVENTBRIDGE_API KinesisParameters(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPartitionKeyPath() const
AWS_EVENTBRIDGE_API KinesisParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EVENTBRIDGE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPartitionKeyPath(PartitionKeyPathT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue