AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CustomerArtifactPaths.h
1
6#pragma once
7#include <aws/devicefarm/DeviceFarm_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 DeviceFarm
23{
24namespace Model
25{
26
38 {
39 public:
40 AWS_DEVICEFARM_API CustomerArtifactPaths();
43 AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const;
44
45
47
51 inline const Aws::Vector<Aws::String>& GetIosPaths() const{ return m_iosPaths; }
52 inline bool IosPathsHasBeenSet() const { return m_iosPathsHasBeenSet; }
53 inline void SetIosPaths(const Aws::Vector<Aws::String>& value) { m_iosPathsHasBeenSet = true; m_iosPaths = value; }
54 inline void SetIosPaths(Aws::Vector<Aws::String>&& value) { m_iosPathsHasBeenSet = true; m_iosPaths = std::move(value); }
55 inline CustomerArtifactPaths& WithIosPaths(const Aws::Vector<Aws::String>& value) { SetIosPaths(value); return *this;}
56 inline CustomerArtifactPaths& WithIosPaths(Aws::Vector<Aws::String>&& value) { SetIosPaths(std::move(value)); return *this;}
57 inline CustomerArtifactPaths& AddIosPaths(const Aws::String& value) { m_iosPathsHasBeenSet = true; m_iosPaths.push_back(value); return *this; }
58 inline CustomerArtifactPaths& AddIosPaths(Aws::String&& value) { m_iosPathsHasBeenSet = true; m_iosPaths.push_back(std::move(value)); return *this; }
59 inline CustomerArtifactPaths& AddIosPaths(const char* value) { m_iosPathsHasBeenSet = true; m_iosPaths.push_back(value); return *this; }
61
63
67 inline const Aws::Vector<Aws::String>& GetAndroidPaths() const{ return m_androidPaths; }
68 inline bool AndroidPathsHasBeenSet() const { return m_androidPathsHasBeenSet; }
69 inline void SetAndroidPaths(const Aws::Vector<Aws::String>& value) { m_androidPathsHasBeenSet = true; m_androidPaths = value; }
70 inline void SetAndroidPaths(Aws::Vector<Aws::String>&& value) { m_androidPathsHasBeenSet = true; m_androidPaths = std::move(value); }
72 inline CustomerArtifactPaths& WithAndroidPaths(Aws::Vector<Aws::String>&& value) { SetAndroidPaths(std::move(value)); return *this;}
73 inline CustomerArtifactPaths& AddAndroidPaths(const Aws::String& value) { m_androidPathsHasBeenSet = true; m_androidPaths.push_back(value); return *this; }
74 inline CustomerArtifactPaths& AddAndroidPaths(Aws::String&& value) { m_androidPathsHasBeenSet = true; m_androidPaths.push_back(std::move(value)); return *this; }
75 inline CustomerArtifactPaths& AddAndroidPaths(const char* value) { m_androidPathsHasBeenSet = true; m_androidPaths.push_back(value); return *this; }
77
79
83 inline const Aws::Vector<Aws::String>& GetDeviceHostPaths() const{ return m_deviceHostPaths; }
84 inline bool DeviceHostPathsHasBeenSet() const { return m_deviceHostPathsHasBeenSet; }
85 inline void SetDeviceHostPaths(const Aws::Vector<Aws::String>& value) { m_deviceHostPathsHasBeenSet = true; m_deviceHostPaths = value; }
86 inline void SetDeviceHostPaths(Aws::Vector<Aws::String>&& value) { m_deviceHostPathsHasBeenSet = true; m_deviceHostPaths = std::move(value); }
88 inline CustomerArtifactPaths& WithDeviceHostPaths(Aws::Vector<Aws::String>&& value) { SetDeviceHostPaths(std::move(value)); return *this;}
89 inline CustomerArtifactPaths& AddDeviceHostPaths(const Aws::String& value) { m_deviceHostPathsHasBeenSet = true; m_deviceHostPaths.push_back(value); return *this; }
90 inline CustomerArtifactPaths& AddDeviceHostPaths(Aws::String&& value) { m_deviceHostPathsHasBeenSet = true; m_deviceHostPaths.push_back(std::move(value)); return *this; }
91 inline CustomerArtifactPaths& AddDeviceHostPaths(const char* value) { m_deviceHostPathsHasBeenSet = true; m_deviceHostPaths.push_back(value); return *this; }
93 private:
94
95 Aws::Vector<Aws::String> m_iosPaths;
96 bool m_iosPathsHasBeenSet = false;
97
98 Aws::Vector<Aws::String> m_androidPaths;
99 bool m_androidPathsHasBeenSet = false;
100
101 Aws::Vector<Aws::String> m_deviceHostPaths;
102 bool m_deviceHostPathsHasBeenSet = false;
103 };
104
105} // namespace Model
106} // namespace DeviceFarm
107} // namespace Aws
void SetDeviceHostPaths(const Aws::Vector< Aws::String > &value)
void SetDeviceHostPaths(Aws::Vector< Aws::String > &&value)
CustomerArtifactPaths & AddDeviceHostPaths(const Aws::String &value)
void SetIosPaths(Aws::Vector< Aws::String > &&value)
CustomerArtifactPaths & WithAndroidPaths(Aws::Vector< Aws::String > &&value)
CustomerArtifactPaths & WithDeviceHostPaths(Aws::Vector< Aws::String > &&value)
void SetAndroidPaths(const Aws::Vector< Aws::String > &value)
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
CustomerArtifactPaths & AddAndroidPaths(Aws::String &&value)
const Aws::Vector< Aws::String > & GetDeviceHostPaths() const
CustomerArtifactPaths & WithIosPaths(Aws::Vector< Aws::String > &&value)
CustomerArtifactPaths & WithAndroidPaths(const Aws::Vector< Aws::String > &value)
void SetIosPaths(const Aws::Vector< Aws::String > &value)
AWS_DEVICEFARM_API CustomerArtifactPaths(Aws::Utils::Json::JsonView jsonValue)
CustomerArtifactPaths & AddIosPaths(Aws::String &&value)
const Aws::Vector< Aws::String > & GetAndroidPaths() const
CustomerArtifactPaths & WithIosPaths(const Aws::Vector< Aws::String > &value)
AWS_DEVICEFARM_API CustomerArtifactPaths & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetIosPaths() const
CustomerArtifactPaths & AddAndroidPaths(const char *value)
CustomerArtifactPaths & AddIosPaths(const Aws::String &value)
CustomerArtifactPaths & AddDeviceHostPaths(const char *value)
CustomerArtifactPaths & AddAndroidPaths(const Aws::String &value)
CustomerArtifactPaths & WithDeviceHostPaths(const Aws::Vector< Aws::String > &value)
void SetAndroidPaths(Aws::Vector< Aws::String > &&value)
CustomerArtifactPaths & AddIosPaths(const char *value)
CustomerArtifactPaths & AddDeviceHostPaths(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