AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AnywhereSettings.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace MediaLive
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_MEDIALIVE_API AnywhereSettings();
35 AWS_MEDIALIVE_API AnywhereSettings(Aws::Utils::Json::JsonView jsonValue);
37 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const Aws::String& GetChannelPlacementGroupId() const{ return m_channelPlacementGroupId; }
45 inline bool ChannelPlacementGroupIdHasBeenSet() const { return m_channelPlacementGroupIdHasBeenSet; }
46 inline void SetChannelPlacementGroupId(const Aws::String& value) { m_channelPlacementGroupIdHasBeenSet = true; m_channelPlacementGroupId = value; }
47 inline void SetChannelPlacementGroupId(Aws::String&& value) { m_channelPlacementGroupIdHasBeenSet = true; m_channelPlacementGroupId = std::move(value); }
48 inline void SetChannelPlacementGroupId(const char* value) { m_channelPlacementGroupIdHasBeenSet = true; m_channelPlacementGroupId.assign(value); }
50 inline AnywhereSettings& WithChannelPlacementGroupId(Aws::String&& value) { SetChannelPlacementGroupId(std::move(value)); return *this;}
51 inline AnywhereSettings& WithChannelPlacementGroupId(const char* value) { SetChannelPlacementGroupId(value); return *this;}
53
55
58 inline const Aws::String& GetClusterId() const{ return m_clusterId; }
59 inline bool ClusterIdHasBeenSet() const { return m_clusterIdHasBeenSet; }
60 inline void SetClusterId(const Aws::String& value) { m_clusterIdHasBeenSet = true; m_clusterId = value; }
61 inline void SetClusterId(Aws::String&& value) { m_clusterIdHasBeenSet = true; m_clusterId = std::move(value); }
62 inline void SetClusterId(const char* value) { m_clusterIdHasBeenSet = true; m_clusterId.assign(value); }
63 inline AnywhereSettings& WithClusterId(const Aws::String& value) { SetClusterId(value); return *this;}
64 inline AnywhereSettings& WithClusterId(Aws::String&& value) { SetClusterId(std::move(value)); return *this;}
65 inline AnywhereSettings& WithClusterId(const char* value) { SetClusterId(value); return *this;}
67 private:
68
69 Aws::String m_channelPlacementGroupId;
70 bool m_channelPlacementGroupIdHasBeenSet = false;
71
72 Aws::String m_clusterId;
73 bool m_clusterIdHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace MediaLive
78} // namespace Aws
void SetChannelPlacementGroupId(const char *value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetClusterId() const
AnywhereSettings & WithChannelPlacementGroupId(Aws::String &&value)
AWS_MEDIALIVE_API AnywhereSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AnywhereSettings & WithChannelPlacementGroupId(const char *value)
const Aws::String & GetChannelPlacementGroupId() const
AnywhereSettings & WithChannelPlacementGroupId(const Aws::String &value)
void SetChannelPlacementGroupId(Aws::String &&value)
AnywhereSettings & WithClusterId(Aws::String &&value)
AnywhereSettings & WithClusterId(const char *value)
void SetClusterId(const Aws::String &value)
void SetChannelPlacementGroupId(const Aws::String &value)
AWS_MEDIALIVE_API AnywhereSettings(Aws::Utils::Json::JsonView jsonValue)
AnywhereSettings & WithClusterId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue