Skip to content
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>

#include <utility>
Expand Down Expand Up @@ -40,8 +41,11 @@ class AssociateCreatedArtifactResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_requestIdHasBeenSet = false;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>

#include <utility>
Expand Down Expand Up @@ -40,8 +41,11 @@ class AssociateDiscoveredResourceResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_requestIdHasBeenSet = false;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>

#include <utility>
Expand Down Expand Up @@ -40,8 +41,11 @@ class AssociateSourceResourceResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_requestIdHasBeenSet = false;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>

#include <utility>
Expand Down Expand Up @@ -40,8 +41,11 @@ class CreateProgressUpdateStreamResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_requestIdHasBeenSet = false;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>

#include <utility>
Expand Down Expand Up @@ -40,8 +41,11 @@ class DeleteProgressUpdateStreamResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_requestIdHasBeenSet = false;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/AWSMigrationHub/model/ApplicationStatus.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/DateTime.h>
#include <aws/core/utils/memory/stl/AWSString.h>

Expand Down Expand Up @@ -74,12 +75,15 @@ class DescribeApplicationStateResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
ApplicationStatus m_applicationStatus{ApplicationStatus::NOT_SET};

Aws::Utils::DateTime m_lastUpdatedTime{};

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_applicationStatusHasBeenSet = false;
bool m_lastUpdatedTimeHasBeenSet = false;
bool m_requestIdHasBeenSet = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/AWSMigrationHub/model/MigrationTask.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>

#include <utility>
Expand Down Expand Up @@ -58,10 +59,13 @@ class DescribeMigrationTaskResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
MigrationTask m_migrationTask;

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_migrationTaskHasBeenSet = false;
bool m_requestIdHasBeenSet = false;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>

#include <utility>
Expand Down Expand Up @@ -40,8 +41,11 @@ class DisassociateCreatedArtifactResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_requestIdHasBeenSet = false;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>

#include <utility>
Expand Down Expand Up @@ -41,8 +42,11 @@ class DisassociateDiscoveredResourceResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_requestIdHasBeenSet = false;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>

#include <utility>
Expand Down Expand Up @@ -40,8 +41,11 @@ class DisassociateSourceResourceResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_requestIdHasBeenSet = false;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>

#include <utility>
Expand Down Expand Up @@ -40,8 +41,11 @@ class ImportMigrationTaskResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_requestIdHasBeenSet = false;
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/AWSMigrationHub/model/ApplicationState.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>

Expand Down Expand Up @@ -84,12 +85,15 @@ class ListApplicationStatesResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
Aws::Vector<ApplicationState> m_applicationStateList;

Aws::String m_nextToken;

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_applicationStateListHasBeenSet = false;
bool m_nextTokenHasBeenSet = false;
bool m_requestIdHasBeenSet = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/AWSMigrationHub/model/CreatedArtifact.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>

Expand Down Expand Up @@ -84,12 +85,15 @@ class ListCreatedArtifactsResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
Aws::String m_nextToken;

Aws::Vector<CreatedArtifact> m_createdArtifactList;

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_nextTokenHasBeenSet = false;
bool m_createdArtifactListHasBeenSet = false;
bool m_requestIdHasBeenSet = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/AWSMigrationHub/model/DiscoveredResource.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>

Expand Down Expand Up @@ -84,12 +85,15 @@ class ListDiscoveredResourcesResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
Aws::String m_nextToken;

Aws::Vector<DiscoveredResource> m_discoveredResourceList;

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_nextTokenHasBeenSet = false;
bool m_discoveredResourceListHasBeenSet = false;
bool m_requestIdHasBeenSet = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/AWSMigrationHub/model/MigrationTaskUpdate.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>

Expand Down Expand Up @@ -88,12 +89,15 @@ class ListMigrationTaskUpdatesResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
Aws::String m_nextToken;

Aws::Vector<MigrationTaskUpdate> m_migrationTaskUpdateList;

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_nextTokenHasBeenSet = false;
bool m_migrationTaskUpdateListHasBeenSet = false;
bool m_requestIdHasBeenSet = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/AWSMigrationHub/model/MigrationTaskSummary.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>

Expand Down Expand Up @@ -86,12 +87,15 @@ class ListMigrationTasksResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
Aws::String m_nextToken;

Aws::Vector<MigrationTaskSummary> m_migrationTaskSummaryList;

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_nextTokenHasBeenSet = false;
bool m_migrationTaskSummaryListHasBeenSet = false;
bool m_requestIdHasBeenSet = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/AWSMigrationHub/model/ProgressUpdateStreamSummary.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>

Expand Down Expand Up @@ -86,12 +87,15 @@ class ListProgressUpdateStreamsResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
Aws::Vector<ProgressUpdateStreamSummary> m_progressUpdateStreamSummaryList;

Aws::String m_nextToken;

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_progressUpdateStreamSummaryListHasBeenSet = false;
bool m_nextTokenHasBeenSet = false;
bool m_requestIdHasBeenSet = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#pragma once
#include <aws/AWSMigrationHub/MigrationHub_EXPORTS.h>
#include <aws/AWSMigrationHub/model/SourceResource.h>
#include <aws/core/http/HttpResponse.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>

Expand Down Expand Up @@ -88,12 +89,15 @@ class ListSourceResourcesResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }

private:
Aws::String m_nextToken;

Aws::Vector<SourceResource> m_sourceResourceList;

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_HttpResponseCode;
bool m_nextTokenHasBeenSet = false;
bool m_sourceResourceListHasBeenSet = false;
bool m_requestIdHasBeenSet = false;
Expand Down
Loading
Loading