AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ExportTaskError.h
1
6#pragma once
7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/mgn/model/ExportErrorData.h>
9#include <aws/core/utils/memory/stl/AWSString.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 mgn
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_MGN_API ExportTaskError();
39
40
42
45 inline const ExportErrorData& GetErrorData() const{ return m_errorData; }
46 inline bool ErrorDataHasBeenSet() const { return m_errorDataHasBeenSet; }
47 inline void SetErrorData(const ExportErrorData& value) { m_errorDataHasBeenSet = true; m_errorData = value; }
48 inline void SetErrorData(ExportErrorData&& value) { m_errorDataHasBeenSet = true; m_errorData = std::move(value); }
49 inline ExportTaskError& WithErrorData(const ExportErrorData& value) { SetErrorData(value); return *this;}
50 inline ExportTaskError& WithErrorData(ExportErrorData&& value) { SetErrorData(std::move(value)); return *this;}
52
54
57 inline const Aws::String& GetErrorDateTime() const{ return m_errorDateTime; }
58 inline bool ErrorDateTimeHasBeenSet() const { return m_errorDateTimeHasBeenSet; }
59 inline void SetErrorDateTime(const Aws::String& value) { m_errorDateTimeHasBeenSet = true; m_errorDateTime = value; }
60 inline void SetErrorDateTime(Aws::String&& value) { m_errorDateTimeHasBeenSet = true; m_errorDateTime = std::move(value); }
61 inline void SetErrorDateTime(const char* value) { m_errorDateTimeHasBeenSet = true; m_errorDateTime.assign(value); }
62 inline ExportTaskError& WithErrorDateTime(const Aws::String& value) { SetErrorDateTime(value); return *this;}
63 inline ExportTaskError& WithErrorDateTime(Aws::String&& value) { SetErrorDateTime(std::move(value)); return *this;}
64 inline ExportTaskError& WithErrorDateTime(const char* value) { SetErrorDateTime(value); return *this;}
66 private:
67
68 ExportErrorData m_errorData;
69 bool m_errorDataHasBeenSet = false;
70
71 Aws::String m_errorDateTime;
72 bool m_errorDateTimeHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace mgn
77} // namespace Aws
AWS_MGN_API ExportTaskError & operator=(Aws::Utils::Json::JsonView jsonValue)
ExportTaskError & WithErrorDateTime(const Aws::String &value)
void SetErrorData(ExportErrorData &&value)
void SetErrorDateTime(const char *value)
ExportTaskError & WithErrorData(ExportErrorData &&value)
ExportTaskError & WithErrorData(const ExportErrorData &value)
void SetErrorDateTime(const Aws::String &value)
AWS_MGN_API ExportTaskError(Aws::Utils::Json::JsonView jsonValue)
void SetErrorData(const ExportErrorData &value)
ExportTaskError & WithErrorDateTime(Aws::String &&value)
const ExportErrorData & GetErrorData() const
ExportTaskError & WithErrorDateTime(const char *value)
void SetErrorDateTime(Aws::String &&value)
const Aws::String & GetErrorDateTime() const
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue