AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BatchScheduleActionDeleteRequest.h
1
6#pragma once
7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace MediaLive
23{
24namespace Model
25{
26
33 {
34 public:
38 AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const Aws::Vector<Aws::String>& GetActionNames() const{ return m_actionNames; }
46 inline bool ActionNamesHasBeenSet() const { return m_actionNamesHasBeenSet; }
47 inline void SetActionNames(const Aws::Vector<Aws::String>& value) { m_actionNamesHasBeenSet = true; m_actionNames = value; }
48 inline void SetActionNames(Aws::Vector<Aws::String>&& value) { m_actionNamesHasBeenSet = true; m_actionNames = std::move(value); }
51 inline BatchScheduleActionDeleteRequest& AddActionNames(const Aws::String& value) { m_actionNamesHasBeenSet = true; m_actionNames.push_back(value); return *this; }
52 inline BatchScheduleActionDeleteRequest& AddActionNames(Aws::String&& value) { m_actionNamesHasBeenSet = true; m_actionNames.push_back(std::move(value)); return *this; }
53 inline BatchScheduleActionDeleteRequest& AddActionNames(const char* value) { m_actionNamesHasBeenSet = true; m_actionNames.push_back(value); return *this; }
55 private:
56
57 Aws::Vector<Aws::String> m_actionNames;
58 bool m_actionNamesHasBeenSet = false;
59 };
60
61} // namespace Model
62} // namespace MediaLive
63} // namespace Aws
BatchScheduleActionDeleteRequest & WithActionNames(const Aws::Vector< Aws::String > &value)
BatchScheduleActionDeleteRequest & AddActionNames(const char *value)
BatchScheduleActionDeleteRequest & AddActionNames(Aws::String &&value)
AWS_MEDIALIVE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MEDIALIVE_API BatchScheduleActionDeleteRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_MEDIALIVE_API BatchScheduleActionDeleteRequest(Aws::Utils::Json::JsonView jsonValue)
BatchScheduleActionDeleteRequest & WithActionNames(Aws::Vector< Aws::String > &&value)
BatchScheduleActionDeleteRequest & AddActionNames(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue