7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
42 template <
typename RemoteDriverEndpo
intT = Aws::String>
44 m_remoteDriverEndpointHasBeenSet =
true;
45 m_remoteDriverEndpoint = std::forward<RemoteDriverEndpointT>(value);
47 template <
typename RemoteDriverEndpo
intT = Aws::String>
61 template <
typename InteractiveEndpo
intT = Aws::String>
63 m_interactiveEndpointHasBeenSet =
true;
64 m_interactiveEndpoint = std::forward<InteractiveEndpointT>(value);
66 template <
typename InteractiveEndpo
intT = Aws::String>
76 bool m_remoteDriverEndpointHasBeenSet =
false;
77 bool m_interactiveEndpointHasBeenSet =
false;
RemoteAccessEndpoints & WithInteractiveEndpoint(InteractiveEndpointT &&value)
bool RemoteDriverEndpointHasBeenSet() const
const Aws::String & GetInteractiveEndpoint() const
const Aws::String & GetRemoteDriverEndpoint() const
AWS_DEVICEFARM_API RemoteAccessEndpoints(Aws::Utils::Json::JsonView jsonValue)
RemoteAccessEndpoints & WithRemoteDriverEndpoint(RemoteDriverEndpointT &&value)
void SetInteractiveEndpoint(InteractiveEndpointT &&value)
AWS_DEVICEFARM_API RemoteAccessEndpoints()=default
bool InteractiveEndpointHasBeenSet() const
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEVICEFARM_API RemoteAccessEndpoints & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRemoteDriverEndpoint(RemoteDriverEndpointT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue