Home
last modified time | relevance | path

Searched refs:ReplayDestination (Results 1 – 25 of 132) sorted by relevance

123456

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-events/include/aws/events/model/
H A DReplayDestination.h33 class AWS_CLOUDWATCHEVENTS_API ReplayDestination
36 ReplayDestination();
37 ReplayDestination(Aws::Utils::Json::JsonView jsonValue);
38 ReplayDestination& operator=(Aws::Utils::Json::JsonView jsonValue);
76 inline ReplayDestination& WithArn(const Aws::String& value) { SetArn(value); return *this;} in WithArn()
82 … inline ReplayDestination& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} in WithArn()
88 inline ReplayDestination& WithArn(const char* value) { SetArn(value); return *this;} in WithArn()
114 …inline ReplayDestination& WithFilterArns(const Aws::Vector<Aws::String>& value) { SetFilterArns(va… in WithFilterArns()
119 …inline ReplayDestination& WithFilterArns(Aws::Vector<Aws::String>&& value) { SetFilterArns(std::mo… in WithFilterArns()
124 …inline ReplayDestination& AddFilterArns(const Aws::String& value) { m_filterArnsHasBeenSet = true;… in AddFilterArns()
[all …]
H A DStartReplayRequest.h252 inline const ReplayDestination& GetDestination() const{ return m_destination; } in GetDestination()
264 …inline void SetDestination(const ReplayDestination& value) { m_destinationHasBeenSet = true; m_des… in SetDestination()
270 …inline void SetDestination(ReplayDestination&& value) { m_destinationHasBeenSet = true; m_destinat… in SetDestination()
276 …inline StartReplayRequest& WithDestination(const ReplayDestination& value) { SetDestination(value)… in WithDestination()
282 …inline StartReplayRequest& WithDestination(ReplayDestination&& value) { SetDestination(std::move(v… in WithDestination()
301 ReplayDestination m_destination;
H A DDescribeReplayResult.h248 inline const ReplayDestination& GetDestination() const{ return m_destination; } in GetDestination()
254 inline void SetDestination(const ReplayDestination& value) { m_destination = value; } in SetDestination()
260 inline void SetDestination(ReplayDestination&& value) { m_destination = std::move(value); } in SetDestination()
266 …inline DescribeReplayResult& WithDestination(const ReplayDestination& value) { SetDestination(valu… in WithDestination()
272 …inline DescribeReplayResult& WithDestination(ReplayDestination&& value) { SetDestination(std::move… in WithDestination()
423 ReplayDestination m_destination;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-eventbridge/include/aws/eventbridge/model/
H A DReplayDestination.h33 class AWS_EVENTBRIDGE_API ReplayDestination
36 ReplayDestination();
37 ReplayDestination(Aws::Utils::Json::JsonView jsonValue);
38 ReplayDestination& operator=(Aws::Utils::Json::JsonView jsonValue);
76 inline ReplayDestination& WithArn(const Aws::String& value) { SetArn(value); return *this;} in WithArn()
82 … inline ReplayDestination& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} in WithArn()
88 inline ReplayDestination& WithArn(const char* value) { SetArn(value); return *this;} in WithArn()
114 …inline ReplayDestination& WithFilterArns(const Aws::Vector<Aws::String>& value) { SetFilterArns(va… in WithFilterArns()
119 …inline ReplayDestination& WithFilterArns(Aws::Vector<Aws::String>&& value) { SetFilterArns(std::mo… in WithFilterArns()
124 …inline ReplayDestination& AddFilterArns(const Aws::String& value) { m_filterArnsHasBeenSet = true;… in AddFilterArns()
[all …]
H A DStartReplayRequest.h252 inline const ReplayDestination& GetDestination() const{ return m_destination; } in GetDestination()
264 …inline void SetDestination(const ReplayDestination& value) { m_destinationHasBeenSet = true; m_des… in SetDestination()
270 …inline void SetDestination(ReplayDestination&& value) { m_destinationHasBeenSet = true; m_destinat… in SetDestination()
276 …inline StartReplayRequest& WithDestination(const ReplayDestination& value) { SetDestination(value)… in WithDestination()
282 …inline StartReplayRequest& WithDestination(ReplayDestination&& value) { SetDestination(std::move(v… in WithDestination()
301 ReplayDestination m_destination;
H A DDescribeReplayResult.h248 inline const ReplayDestination& GetDestination() const{ return m_destination; } in GetDestination()
254 inline void SetDestination(const ReplayDestination& value) { m_destination = value; } in SetDestination()
260 inline void SetDestination(ReplayDestination&& value) { m_destination = std::move(value); } in SetDestination()
266 …inline DescribeReplayResult& WithDestination(const ReplayDestination& value) { SetDestination(valu… in WithDestination()
272 …inline DescribeReplayResult& WithDestination(ReplayDestination&& value) { SetDestination(std::move… in WithDestination()
423 ReplayDestination m_destination;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-eventbridge/source/model/
H A DReplayDestination.cpp21 ReplayDestination::ReplayDestination() : in ReplayDestination() function in Aws::EventBridge::Model::ReplayDestination
27 ReplayDestination::ReplayDestination(JsonView jsonValue) : in ReplayDestination() function in Aws::EventBridge::Model::ReplayDestination
34 ReplayDestination& ReplayDestination::operator =(JsonView jsonValue) in operator =()
56 JsonValue ReplayDestination::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-events/source/model/
H A DReplayDestination.cpp21 ReplayDestination::ReplayDestination() : in ReplayDestination() function in Aws::CloudWatchEvents::Model::ReplayDestination
27 ReplayDestination::ReplayDestination(JsonView jsonValue) : in ReplayDestination() function in Aws::CloudWatchEvents::Model::ReplayDestination
34 ReplayDestination& ReplayDestination::operator =(JsonView jsonValue) in operator =()
56 JsonValue ReplayDestination::Jsonize() const in Jsonize()
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/cloudwatchevents/
H A Dapi_op_StartReplay.go45 Destination *types.ReplayDestination
H A Dapi_op_DescribeReplay.go53 Destination *types.ReplayDestination
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/eventbridge/
H A Dapi_op_DescribeReplay.go53 Destination *types.ReplayDestination
H A Dapi_op_StartReplay.go45 Destination *types.ReplayDestination
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/eventbridge/
H A Dapi_op_StartReplay.go45 Destination *types.ReplayDestination
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchevents/
H A Dapi_op_DescribeReplay.go53 Destination *types.ReplayDestination
H A Dapi_op_StartReplay.go45 Destination *types.ReplayDestination
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/cloudwatchevents/types/
H A Dtypes.go526 type ReplayDestination struct {
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/eventbridge/types/
H A Dtypes.go526 type ReplayDestination struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/eventbridge/
H A Dapi_op_DescribeReplay.go53 Destination *types.ReplayDestination
H A Dapi_op_StartReplay.go45 Destination *types.ReplayDestination
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/eventbridge/types/
H A Dtypes.go526 type ReplayDestination struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/eventbridge/
H A Dapi_op_DescribeReplay.go53 Destination *types.ReplayDestination
H A Dapi_op_StartReplay.go45 Destination *types.ReplayDestination
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/eventbridge/
H A Dapi_op_DescribeReplay.go55 Destination *types.ReplayDestination
H A Dapi_op_StartReplay.go45 Destination *types.ReplayDestination
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/eventbridge/
H A Dapi_op_DescribeReplay.go53 Destination *types.ReplayDestination

123456