7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devicefarm/model/TestGridSessionArtifactType.h>
50 template<
typename FilenameT = Aws::String>
51 void SetFilename(FilenameT&& value) { m_filenameHasBeenSet =
true; m_filename = std::forward<FilenameT>(value); }
52 template<
typename FilenameT = Aws::String>
72 template<
typename UrlT = Aws::String>
73 void SetUrl(UrlT&& value) { m_urlHasBeenSet =
true; m_url = std::forward<UrlT>(value); }
74 template<
typename UrlT = Aws::String>
80 bool m_filenameHasBeenSet =
false;
83 bool m_typeHasBeenSet =
false;
86 bool m_urlHasBeenSet =
false;
AWS_DEVICEFARM_API TestGridSessionArtifact(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetUrl() const
void SetUrl(UrlT &&value)
const Aws::String & GetFilename() const
void SetType(TestGridSessionArtifactType value)
bool UrlHasBeenSet() const
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
TestGridSessionArtifact & WithUrl(UrlT &&value)
void SetFilename(FilenameT &&value)
TestGridSessionArtifactType GetType() const
AWS_DEVICEFARM_API TestGridSessionArtifact & operator=(Aws::Utils::Json::JsonView jsonValue)
TestGridSessionArtifact & WithType(TestGridSessionArtifactType value)
AWS_DEVICEFARM_API TestGridSessionArtifact()=default
bool FilenameHasBeenSet() const
TestGridSessionArtifact & WithFilename(FilenameT &&value)
bool TypeHasBeenSet() const
TestGridSessionArtifactType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue