7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/devicefarm/DeviceFarmRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/devicefarm/model/UploadType.h>
48 template<
typename ProjectArnT = Aws::String>
49 void SetProjectArn(ProjectArnT&& value) { m_projectArnHasBeenSet =
true; m_projectArn = std::forward<ProjectArnT>(value); }
50 template<
typename ProjectArnT = Aws::String>
64 template<
typename NameT = Aws::String>
65 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
66 template<
typename NameT = Aws::String>
109 template<
typename ContentTypeT = Aws::String>
110 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
111 template<
typename ContentTypeT = Aws::String>
117 bool m_projectArnHasBeenSet =
false;
120 bool m_nameHasBeenSet =
false;
123 bool m_typeHasBeenSet =
false;
126 bool m_contentTypeHasBeenSet =
false;
bool TypeHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
UploadType GetType() const
CreateUploadRequest & WithName(NameT &&value)
const Aws::String & GetContentType() const
AWS_DEVICEFARM_API Aws::String SerializePayload() const override
CreateUploadRequest & WithContentType(ContentTypeT &&value)
const Aws::String & GetProjectArn() const
void SetProjectArn(ProjectArnT &&value)
virtual const char * GetServiceRequestName() const override
void SetContentType(ContentTypeT &&value)
void SetName(NameT &&value)
bool ContentTypeHasBeenSet() const
bool ProjectArnHasBeenSet() const
void SetType(UploadType value)
CreateUploadRequest & WithType(UploadType value)
AWS_DEVICEFARM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_DEVICEFARM_API CreateUploadRequest()=default
CreateUploadRequest & WithProjectArn(ProjectArnT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String