7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
47 template <
typename IosPathsT = Aws::Vector<Aws::String>>
49 m_iosPathsHasBeenSet =
true;
50 m_iosPaths = std::forward<IosPathsT>(value);
52 template <
typename IosPathsT = Aws::Vector<Aws::String>>
57 template <
typename IosPathsT = Aws::String>
59 m_iosPathsHasBeenSet =
true;
60 m_iosPaths.emplace_back(std::forward<IosPathsT>(value));
72 template <
typename Andro
idPathsT = Aws::Vector<Aws::String>>
74 m_androidPathsHasBeenSet =
true;
75 m_androidPaths = std::forward<AndroidPathsT>(value);
77 template <
typename Andro
idPathsT = Aws::Vector<Aws::String>>
82 template <
typename Andro
idPathsT = Aws::String>
84 m_androidPathsHasBeenSet =
true;
85 m_androidPaths.emplace_back(std::forward<AndroidPathsT>(value));
97 template <
typename DeviceHostPathsT = Aws::Vector<Aws::String>>
99 m_deviceHostPathsHasBeenSet =
true;
100 m_deviceHostPaths = std::forward<DeviceHostPathsT>(value);
102 template <
typename DeviceHostPathsT = Aws::Vector<Aws::String>>
107 template <
typename DeviceHostPathsT = Aws::String>
109 m_deviceHostPathsHasBeenSet =
true;
110 m_deviceHostPaths.emplace_back(std::forward<DeviceHostPathsT>(value));
120 bool m_iosPathsHasBeenSet =
false;
121 bool m_androidPathsHasBeenSet =
false;
122 bool m_deviceHostPathsHasBeenSet =
false;
CustomerArtifactPaths & WithDeviceHostPaths(DeviceHostPathsT &&value)
bool IosPathsHasBeenSet() const
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
bool DeviceHostPathsHasBeenSet() const
CustomerArtifactPaths & AddIosPaths(IosPathsT &&value)
const Aws::Vector< Aws::String > & GetDeviceHostPaths() const
AWS_DEVICEFARM_API CustomerArtifactPaths()=default
void SetDeviceHostPaths(DeviceHostPathsT &&value)
CustomerArtifactPaths & WithAndroidPaths(AndroidPathsT &&value)
AWS_DEVICEFARM_API CustomerArtifactPaths(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetAndroidPaths() const
AWS_DEVICEFARM_API CustomerArtifactPaths & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAndroidPaths(AndroidPathsT &&value)
void SetIosPaths(IosPathsT &&value)
const Aws::Vector< Aws::String > & GetIosPaths() const
CustomerArtifactPaths & AddDeviceHostPaths(DeviceHostPathsT &&value)
bool AndroidPathsHasBeenSet() const
CustomerArtifactPaths & AddAndroidPaths(AndroidPathsT &&value)
CustomerArtifactPaths & WithIosPaths(IosPathsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue