7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devicefarm/DeviceFarmRequest.h>
9#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
39 template <
typename ArnT = Aws::String>
41 m_arnHasBeenSet =
true;
42 m_arn = std::forward<ArnT>(value);
44 template <
typename ArnT = Aws::String>
46 SetArn(std::forward<ArnT>(value));
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
77 template <
typename ContentTypeT = Aws::String>
79 m_contentTypeHasBeenSet =
true;
80 m_contentType = std::forward<ContentTypeT>(value);
82 template <
typename ContentTypeT = Aws::String>
97 m_editContentHasBeenSet =
true;
98 m_editContent = value;
112 bool m_editContent{
false};
113 bool m_arnHasBeenSet =
false;
114 bool m_nameHasBeenSet =
false;
115 bool m_contentTypeHasBeenSet =
false;
116 bool m_editContentHasBeenSet =
false;
bool GetEditContent() const
AWS_DEVICEFARM_API Aws::String SerializePayload() const override
void SetEditContent(bool value)
bool NameHasBeenSet() const
UpdateUploadRequest & WithName(NameT &&value)
UpdateUploadRequest & WithArn(ArnT &&value)
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
AWS_DEVICEFARM_API UpdateUploadRequest()=default
bool EditContentHasBeenSet() const
bool ArnHasBeenSet() const
AWS_DEVICEFARM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetName() const
void SetArn(ArnT &&value)
UpdateUploadRequest & WithContentType(ContentTypeT &&value)
bool ContentTypeHasBeenSet() const
UpdateUploadRequest & WithEditContent(bool value)
const Aws::String & GetContentType() const
const Aws::String & GetArn() const
void SetContentType(ContentTypeT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String