7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
9#include <aws/devicefarm/model/TestGridSessionArtifactType.h>
44 template <
typename FilenameT = Aws::String>
46 m_filenameHasBeenSet =
true;
47 m_filename = std::forward<FilenameT>(value);
49 template <
typename FilenameT = Aws::String>
63 m_typeHasBeenSet =
true;
78 template <
typename UrlT = Aws::String>
80 m_urlHasBeenSet =
true;
81 m_url = std::forward<UrlT>(value);
83 template <
typename UrlT = Aws::String>
85 SetUrl(std::forward<UrlT>(value));
95 bool m_filenameHasBeenSet =
false;
96 bool m_typeHasBeenSet =
false;
97 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