AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ImportTaskError.h
1
6#pragma once
7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/mgn/model/ImportErrorData.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/mgn/model/ImportErrorType.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace mgn
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_MGN_API ImportTaskError();
40
41
43
46 inline const ImportErrorData& GetErrorData() const{ return m_errorData; }
47 inline bool ErrorDataHasBeenSet() const { return m_errorDataHasBeenSet; }
48 inline void SetErrorData(const ImportErrorData& value) { m_errorDataHasBeenSet = true; m_errorData = value; }
49 inline void SetErrorData(ImportErrorData&& value) { m_errorDataHasBeenSet = true; m_errorData = std::move(value); }
50 inline ImportTaskError& WithErrorData(const ImportErrorData& value) { SetErrorData(value); return *this;}
51 inline ImportTaskError& WithErrorData(ImportErrorData&& value) { SetErrorData(std::move(value)); return *this;}
53
55
58 inline const Aws::String& GetErrorDateTime() const{ return m_errorDateTime; }
59 inline bool ErrorDateTimeHasBeenSet() const { return m_errorDateTimeHasBeenSet; }
60 inline void SetErrorDateTime(const Aws::String& value) { m_errorDateTimeHasBeenSet = true; m_errorDateTime = value; }
61 inline void SetErrorDateTime(Aws::String&& value) { m_errorDateTimeHasBeenSet = true; m_errorDateTime = std::move(value); }
62 inline void SetErrorDateTime(const char* value) { m_errorDateTimeHasBeenSet = true; m_errorDateTime.assign(value); }
63 inline ImportTaskError& WithErrorDateTime(const Aws::String& value) { SetErrorDateTime(value); return *this;}
64 inline ImportTaskError& WithErrorDateTime(Aws::String&& value) { SetErrorDateTime(std::move(value)); return *this;}
65 inline ImportTaskError& WithErrorDateTime(const char* value) { SetErrorDateTime(value); return *this;}
67
69
72 inline const ImportErrorType& GetErrorType() const{ return m_errorType; }
73 inline bool ErrorTypeHasBeenSet() const { return m_errorTypeHasBeenSet; }
74 inline void SetErrorType(const ImportErrorType& value) { m_errorTypeHasBeenSet = true; m_errorType = value; }
75 inline void SetErrorType(ImportErrorType&& value) { m_errorTypeHasBeenSet = true; m_errorType = std::move(value); }
76 inline ImportTaskError& WithErrorType(const ImportErrorType& value) { SetErrorType(value); return *this;}
77 inline ImportTaskError& WithErrorType(ImportErrorType&& value) { SetErrorType(std::move(value)); return *this;}
79 private:
80
81 ImportErrorData m_errorData;
82 bool m_errorDataHasBeenSet = false;
83
84 Aws::String m_errorDateTime;
85 bool m_errorDateTimeHasBeenSet = false;
86
87 ImportErrorType m_errorType;
88 bool m_errorTypeHasBeenSet = false;
89 };
90
91} // namespace Model
92} // namespace mgn
93} // namespace Aws
ImportTaskError & WithErrorType(ImportErrorType &&value)
void SetErrorData(const ImportErrorData &value)
const Aws::String & GetErrorDateTime() const
void SetErrorType(ImportErrorType &&value)
AWS_MGN_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MGN_API ImportTaskError(Aws::Utils::Json::JsonView jsonValue)
ImportTaskError & WithErrorDateTime(Aws::String &&value)
void SetErrorDateTime(Aws::String &&value)
const ImportErrorType & GetErrorType() const
const ImportErrorData & GetErrorData() const
void SetErrorData(ImportErrorData &&value)
ImportTaskError & WithErrorData(ImportErrorData &&value)
void SetErrorType(const ImportErrorType &value)
ImportTaskError & WithErrorDateTime(const char *value)
ImportTaskError & WithErrorType(const ImportErrorType &value)
void SetErrorDateTime(const char *value)
ImportTaskError & WithErrorData(const ImportErrorData &value)
AWS_MGN_API ImportTaskError & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetErrorDateTime(const Aws::String &value)
ImportTaskError & WithErrorDateTime(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue