AWS SDK for C++

AWS SDK for C++ Version 1.11.761

Loading...
Searching...
No Matches
AwsJobPresignedUrlConfig.h
1
6#pragma once
7#include <aws/iot/IoT_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace IoT {
17namespace Model {
18
26 public:
27 AWS_IOT_API AwsJobPresignedUrlConfig() = default;
31
33
38 inline long long GetExpiresInSec() const { return m_expiresInSec; }
39 inline bool ExpiresInSecHasBeenSet() const { return m_expiresInSecHasBeenSet; }
40 inline void SetExpiresInSec(long long value) {
41 m_expiresInSecHasBeenSet = true;
42 m_expiresInSec = value;
43 }
44 inline AwsJobPresignedUrlConfig& WithExpiresInSec(long long value) {
45 SetExpiresInSec(value);
46 return *this;
47 }
49 private:
50 long long m_expiresInSec{0};
51 bool m_expiresInSecHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace IoT
56} // namespace Aws
AWS_IOT_API AwsJobPresignedUrlConfig()=default
AWS_IOT_API AwsJobPresignedUrlConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT_API AwsJobPresignedUrlConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsJobPresignedUrlConfig & WithExpiresInSec(long long value)
Aws::Utils::Json::JsonValue JsonValue