AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
ExportTaskExecutionInfo.h
1
6#pragma once
7#include <aws/logs/CloudWatchLogs_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace CloudWatchLogs {
17namespace Model {
18
25 public:
26 AWS_CLOUDWATCHLOGS_API ExportTaskExecutionInfo() = default;
27 AWS_CLOUDWATCHLOGS_API ExportTaskExecutionInfo(Aws::Utils::Json::JsonView jsonValue);
29 AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
36 inline long long GetCreationTime() const { return m_creationTime; }
37 inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; }
38 inline void SetCreationTime(long long value) {
39 m_creationTimeHasBeenSet = true;
40 m_creationTime = value;
41 }
42 inline ExportTaskExecutionInfo& WithCreationTime(long long value) {
43 SetCreationTime(value);
44 return *this;
45 }
47
49
53 inline long long GetCompletionTime() const { return m_completionTime; }
54 inline bool CompletionTimeHasBeenSet() const { return m_completionTimeHasBeenSet; }
55 inline void SetCompletionTime(long long value) {
56 m_completionTimeHasBeenSet = true;
57 m_completionTime = value;
58 }
60 SetCompletionTime(value);
61 return *this;
62 }
64 private:
65 long long m_creationTime{0};
66
67 long long m_completionTime{0};
68 bool m_creationTimeHasBeenSet = false;
69 bool m_completionTimeHasBeenSet = false;
70};
71
72} // namespace Model
73} // namespace CloudWatchLogs
74} // namespace Aws
AWS_CLOUDWATCHLOGS_API ExportTaskExecutionInfo()=default
ExportTaskExecutionInfo & WithCompletionTime(long long value)
AWS_CLOUDWATCHLOGS_API ExportTaskExecutionInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHLOGS_API ExportTaskExecutionInfo(Aws::Utils::Json::JsonView jsonValue)
ExportTaskExecutionInfo & WithCreationTime(long long value)
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue