AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
InvokeWithResponseStreamInitialResponse.h
1
6#pragma once
7#include <aws/lambda/Lambda_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/http/HttpTypes.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Lambda
23{
24namespace Model
25{
26
28 {
29 public:
34 AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const;
35
36
38
43 inline int GetStatusCode() const{ return m_statusCode; }
44 inline bool StatusCodeHasBeenSet() const { return m_statusCodeHasBeenSet; }
45 inline void SetStatusCode(int value) { m_statusCodeHasBeenSet = true; m_statusCode = value; }
46 inline InvokeWithResponseStreamInitialResponse& WithStatusCode(int value) { SetStatusCode(value); return *this;}
48
50
54 inline const Aws::String& GetExecutedVersion() const{ return m_executedVersion; }
55 inline bool ExecutedVersionHasBeenSet() const { return m_executedVersionHasBeenSet; }
56 inline void SetExecutedVersion(const Aws::String& value) { m_executedVersionHasBeenSet = true; m_executedVersion = value; }
57 inline void SetExecutedVersion(Aws::String&& value) { m_executedVersionHasBeenSet = true; m_executedVersion = std::move(value); }
58 inline void SetExecutedVersion(const char* value) { m_executedVersionHasBeenSet = true; m_executedVersion.assign(value); }
61 inline InvokeWithResponseStreamInitialResponse& WithExecutedVersion(const char* value) { SetExecutedVersion(value); return *this;}
63
65
68 inline const Aws::String& GetResponseStreamContentType() const{ return m_responseStreamContentType; }
69 inline bool ResponseStreamContentTypeHasBeenSet() const { return m_responseStreamContentTypeHasBeenSet; }
70 inline void SetResponseStreamContentType(const Aws::String& value) { m_responseStreamContentTypeHasBeenSet = true; m_responseStreamContentType = value; }
71 inline void SetResponseStreamContentType(Aws::String&& value) { m_responseStreamContentTypeHasBeenSet = true; m_responseStreamContentType = std::move(value); }
72 inline void SetResponseStreamContentType(const char* value) { m_responseStreamContentTypeHasBeenSet = true; m_responseStreamContentType.assign(value); }
77 private:
78
79 int m_statusCode;
80 bool m_statusCodeHasBeenSet = false;
81
82 Aws::String m_executedVersion;
83 bool m_executedVersionHasBeenSet = false;
84
85 Aws::String m_responseStreamContentType;
86 bool m_responseStreamContentTypeHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace Lambda
91} // namespace Aws
AWS_LAMBDA_API InvokeWithResponseStreamInitialResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LAMBDA_API InvokeWithResponseStreamInitialResponse(const Http::HeaderValueCollection &responseHeaders)
InvokeWithResponseStreamInitialResponse & WithExecutedVersion(const char *value)
AWS_LAMBDA_API InvokeWithResponseStreamInitialResponse(Aws::Utils::Json::JsonView jsonValue)
InvokeWithResponseStreamInitialResponse & WithResponseStreamContentType(const char *value)
AWS_LAMBDA_API Aws::Utils::Json::JsonValue Jsonize() const
InvokeWithResponseStreamInitialResponse & WithResponseStreamContentType(Aws::String &&value)
InvokeWithResponseStreamInitialResponse & WithExecutedVersion(Aws::String &&value)
InvokeWithResponseStreamInitialResponse & WithResponseStreamContentType(const Aws::String &value)
InvokeWithResponseStreamInitialResponse & WithExecutedVersion(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue