AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetClipResult.h
1
6#pragma once
7#include <aws/kinesis-video-archived-media/KinesisVideoArchivedMedia_EXPORTS.h>
8#include <aws/core/utils/stream/ResponseStream.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/Array.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace KinesisVideoArchivedMedia
19{
20namespace Model
21{
23 {
24 public:
25 AWS_KINESISVIDEOARCHIVEDMEDIA_API GetClipResult();
26 //We have to define these because Microsoft doesn't auto generate them
27 AWS_KINESISVIDEOARCHIVEDMEDIA_API GetClipResult(GetClipResult&&);
28 AWS_KINESISVIDEOARCHIVEDMEDIA_API GetClipResult& operator=(GetClipResult&&);
29 //we delete these because Microsoft doesn't handle move generation correctly
30 //and we therefore don't trust them to get it right here either.
31 GetClipResult(const GetClipResult&) = delete;
33
34
37
38
39
41
44 inline const Aws::String& GetContentType() const{ return m_contentType; }
45 inline void SetContentType(const Aws::String& value) { m_contentType = value; }
46 inline void SetContentType(Aws::String&& value) { m_contentType = std::move(value); }
47 inline void SetContentType(const char* value) { m_contentType.assign(value); }
48 inline GetClipResult& WithContentType(const Aws::String& value) { SetContentType(value); return *this;}
49 inline GetClipResult& WithContentType(Aws::String&& value) { SetContentType(std::move(value)); return *this;}
50 inline GetClipResult& WithContentType(const char* value) { SetContentType(value); return *this;}
52
54
61 inline Aws::IOStream& GetPayload() const { return m_payload.GetUnderlyingStream(); }
62 inline void ReplaceBody(Aws::IOStream* body) { m_payload = Aws::Utils::Stream::ResponseStream(body); }
63
65
67
68 inline const Aws::String& GetRequestId() const{ return m_requestId; }
69 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
70 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
71 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
72 inline GetClipResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
73 inline GetClipResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
74 inline GetClipResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
76 private:
77
78 Aws::String m_contentType;
79
81
82 Aws::String m_requestId;
83 };
84
85} // namespace Model
86} // namespace KinesisVideoArchivedMedia
87} // namespace Aws
GetClipResult & WithRequestId(const Aws::String &value)
GetClipResult & operator=(const GetClipResult &)=delete
AWS_KINESISVIDEOARCHIVEDMEDIA_API GetClipResult & operator=(GetClipResult &&)
AWS_KINESISVIDEOARCHIVEDMEDIA_API GetClipResult(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
AWS_KINESISVIDEOARCHIVEDMEDIA_API GetClipResult & operator=(Aws::AmazonWebServiceResult< Aws::Utils::Stream::ResponseStream > &&result)
AWS_KINESISVIDEOARCHIVEDMEDIA_API GetClipResult()
GetClipResult & WithContentType(Aws::String &&value)
GetClipResult & WithRequestId(Aws::String &&value)
GetClipResult & WithContentType(const char *value)
GetClipResult & WithRequestId(const char *value)
GetClipResult & WithContentType(const Aws::String &value)
AWS_KINESISVIDEOARCHIVEDMEDIA_API GetClipResult(GetClipResult &&)
Aws::IOStream & GetUnderlyingStream() const
std::basic_iostream< char, std::char_traits< char > > IOStream
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String