AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetDataSetDetailsResult.h
1
6#pragma once
7#include <aws/m2/MainframeModernization_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/m2/model/DatasetDetailOrgAttributes.h>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace MainframeModernization
26{
27namespace Model
28{
30 {
31 public:
32 AWS_MAINFRAMEMODERNIZATION_API GetDataSetDetailsResult();
35
36
38
41 inline int GetBlocksize() const{ return m_blocksize; }
42 inline void SetBlocksize(int value) { m_blocksize = value; }
43 inline GetDataSetDetailsResult& WithBlocksize(int value) { SetBlocksize(value); return *this;}
45
47
50 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
51 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTime = value; }
52 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTime = std::move(value); }
54 inline GetDataSetDetailsResult& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;}
56
58
61 inline const Aws::String& GetDataSetName() const{ return m_dataSetName; }
62 inline void SetDataSetName(const Aws::String& value) { m_dataSetName = value; }
63 inline void SetDataSetName(Aws::String&& value) { m_dataSetName = std::move(value); }
64 inline void SetDataSetName(const char* value) { m_dataSetName.assign(value); }
65 inline GetDataSetDetailsResult& WithDataSetName(const Aws::String& value) { SetDataSetName(value); return *this;}
66 inline GetDataSetDetailsResult& WithDataSetName(Aws::String&& value) { SetDataSetName(std::move(value)); return *this;}
67 inline GetDataSetDetailsResult& WithDataSetName(const char* value) { SetDataSetName(value); return *this;}
69
71
74 inline const DatasetDetailOrgAttributes& GetDataSetOrg() const{ return m_dataSetOrg; }
75 inline void SetDataSetOrg(const DatasetDetailOrgAttributes& value) { m_dataSetOrg = value; }
76 inline void SetDataSetOrg(DatasetDetailOrgAttributes&& value) { m_dataSetOrg = std::move(value); }
78 inline GetDataSetDetailsResult& WithDataSetOrg(DatasetDetailOrgAttributes&& value) { SetDataSetOrg(std::move(value)); return *this;}
80
82
85 inline long long GetFileSize() const{ return m_fileSize; }
86 inline void SetFileSize(long long value) { m_fileSize = value; }
87 inline GetDataSetDetailsResult& WithFileSize(long long value) { SetFileSize(value); return *this;}
89
91
94 inline const Aws::Utils::DateTime& GetLastReferencedTime() const{ return m_lastReferencedTime; }
95 inline void SetLastReferencedTime(const Aws::Utils::DateTime& value) { m_lastReferencedTime = value; }
96 inline void SetLastReferencedTime(Aws::Utils::DateTime&& value) { m_lastReferencedTime = std::move(value); }
100
102
105 inline const Aws::Utils::DateTime& GetLastUpdatedTime() const{ return m_lastUpdatedTime; }
106 inline void SetLastUpdatedTime(const Aws::Utils::DateTime& value) { m_lastUpdatedTime = value; }
107 inline void SetLastUpdatedTime(Aws::Utils::DateTime&& value) { m_lastUpdatedTime = std::move(value); }
109 inline GetDataSetDetailsResult& WithLastUpdatedTime(Aws::Utils::DateTime&& value) { SetLastUpdatedTime(std::move(value)); return *this;}
111
113
116 inline const Aws::String& GetLocation() const{ return m_location; }
117 inline void SetLocation(const Aws::String& value) { m_location = value; }
118 inline void SetLocation(Aws::String&& value) { m_location = std::move(value); }
119 inline void SetLocation(const char* value) { m_location.assign(value); }
120 inline GetDataSetDetailsResult& WithLocation(const Aws::String& value) { SetLocation(value); return *this;}
121 inline GetDataSetDetailsResult& WithLocation(Aws::String&& value) { SetLocation(std::move(value)); return *this;}
122 inline GetDataSetDetailsResult& WithLocation(const char* value) { SetLocation(value); return *this;}
124
126
129 inline int GetRecordLength() const{ return m_recordLength; }
130 inline void SetRecordLength(int value) { m_recordLength = value; }
131 inline GetDataSetDetailsResult& WithRecordLength(int value) { SetRecordLength(value); return *this;}
133
135
136 inline const Aws::String& GetRequestId() const{ return m_requestId; }
137 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
138 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
139 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
140 inline GetDataSetDetailsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
141 inline GetDataSetDetailsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
142 inline GetDataSetDetailsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
144 private:
145
146 int m_blocksize;
147
148 Aws::Utils::DateTime m_creationTime;
149
150 Aws::String m_dataSetName;
151
152 DatasetDetailOrgAttributes m_dataSetOrg;
153
154 long long m_fileSize;
155
156 Aws::Utils::DateTime m_lastReferencedTime;
157
158 Aws::Utils::DateTime m_lastUpdatedTime;
159
160 Aws::String m_location;
161
162 int m_recordLength;
163
164 Aws::String m_requestId;
165 };
166
167} // namespace Model
168} // namespace MainframeModernization
169} // namespace Aws
GetDataSetDetailsResult & WithDataSetName(const Aws::String &value)
GetDataSetDetailsResult & WithLastReferencedTime(Aws::Utils::DateTime &&value)
AWS_MAINFRAMEMODERNIZATION_API GetDataSetDetailsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDataSetDetailsResult & WithDataSetOrg(DatasetDetailOrgAttributes &&value)
GetDataSetDetailsResult & WithDataSetName(const char *value)
AWS_MAINFRAMEMODERNIZATION_API GetDataSetDetailsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MAINFRAMEMODERNIZATION_API GetDataSetDetailsResult()
GetDataSetDetailsResult & WithDataSetName(Aws::String &&value)
GetDataSetDetailsResult & WithCreationTime(Aws::Utils::DateTime &&value)
void SetDataSetOrg(const DatasetDetailOrgAttributes &value)
GetDataSetDetailsResult & WithLocation(Aws::String &&value)
GetDataSetDetailsResult & WithLocation(const char *value)
GetDataSetDetailsResult & WithRequestId(Aws::String &&value)
GetDataSetDetailsResult & WithLocation(const Aws::String &value)
GetDataSetDetailsResult & WithLastUpdatedTime(const Aws::Utils::DateTime &value)
GetDataSetDetailsResult & WithRequestId(const char *value)
GetDataSetDetailsResult & WithRequestId(const Aws::String &value)
GetDataSetDetailsResult & WithLastUpdatedTime(Aws::Utils::DateTime &&value)
GetDataSetDetailsResult & WithDataSetOrg(const DatasetDetailOrgAttributes &value)
GetDataSetDetailsResult & WithLastReferencedTime(const Aws::Utils::DateTime &value)
GetDataSetDetailsResult & WithCreationTime(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue