AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateSubscriptionsToEventBridgeRequest.h
1
6#pragma once
7#include <aws/dms/DatabaseMigrationService_EXPORTS.h>
8#include <aws/dms/DatabaseMigrationServiceRequest.h>
9
10namespace Aws
11{
12namespace DatabaseMigrationService
13{
14namespace Model
15{
16
23 {
24 public:
25 AWS_DATABASEMIGRATIONSERVICE_API UpdateSubscriptionsToEventBridgeRequest();
26
27 // Service request name is the Operation name which will send this request out,
28 // each operation should has unique request name, so that we can get operation's name from this request.
29 // Note: this is not true for response, multiple operations may have the same response name,
30 // so we can not get operation's name from response.
31 inline virtual const char* GetServiceRequestName() const override { return "UpdateSubscriptionsToEventBridge"; }
32
33 AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override;
34
35 AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;
36
37
39
45 inline bool GetForceMove() const{ return m_forceMove; }
46 inline bool ForceMoveHasBeenSet() const { return m_forceMoveHasBeenSet; }
47 inline void SetForceMove(bool value) { m_forceMoveHasBeenSet = true; m_forceMove = value; }
48 inline UpdateSubscriptionsToEventBridgeRequest& WithForceMove(bool value) { SetForceMove(value); return *this;}
50 private:
51
52 bool m_forceMove;
53 bool m_forceMoveHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace DatabaseMigrationService
58} // namespace Aws
AWS_DATABASEMIGRATIONSERVICE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_DATABASEMIGRATIONSERVICE_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String