Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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 @@ -40,8 +40,11 @@ class AssociateCreatedArtifactResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ class AssociateDiscoveredResourceResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ class AssociateSourceResourceResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ class CreateProgressUpdateStreamResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ class DeleteProgressUpdateStreamResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,15 @@ class DescribeApplicationStateResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

private:
ApplicationStatus m_applicationStatus{ApplicationStatus::NOT_SET};

Aws::Utils::DateTime m_lastUpdatedTime{};

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_responseCode;
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 @@ -58,10 +58,13 @@ class DescribeMigrationTaskResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

private:
MigrationTask m_migrationTask;

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_responseCode;
bool m_migrationTaskHasBeenSet = false;
bool m_requestIdHasBeenSet = false;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ class DisassociateCreatedArtifactResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ class DisassociateDiscoveredResourceResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ class DisassociateSourceResourceResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ class ImportMigrationTaskResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,15 @@ class ListApplicationStatesResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

private:
Aws::Vector<ApplicationState> m_applicationStateList;

Aws::String m_nextToken;

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_responseCode;
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 @@ -84,12 +84,15 @@ class ListCreatedArtifactsResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

private:
Aws::String m_nextToken;

Aws::Vector<CreatedArtifact> m_createdArtifactList;

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_responseCode;
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 @@ -84,12 +84,15 @@ class ListDiscoveredResourcesResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

private:
Aws::String m_nextToken;

Aws::Vector<DiscoveredResource> m_discoveredResourceList;

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_responseCode;
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 @@ -88,12 +88,15 @@ class ListMigrationTaskUpdatesResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

private:
Aws::String m_nextToken;

Aws::Vector<MigrationTaskUpdate> m_migrationTaskUpdateList;

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_responseCode;
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 @@ -86,12 +86,15 @@ class ListMigrationTasksResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

private:
Aws::String m_nextToken;

Aws::Vector<MigrationTaskSummary> m_migrationTaskSummaryList;

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_responseCode;
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 @@ -86,12 +86,15 @@ class ListProgressUpdateStreamsResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

private:
Aws::Vector<ProgressUpdateStreamSummary> m_progressUpdateStreamSummaryList;

Aws::String m_nextToken;

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_responseCode;
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 @@ -88,12 +88,15 @@ class ListSourceResourcesResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

private:
Aws::String m_nextToken;

Aws::Vector<SourceResource> m_sourceResourceList;

Aws::String m_requestId;
Aws::Http::HttpResponseCode m_responseCode;
bool m_nextTokenHasBeenSet = false;
bool m_sourceResourceListHasBeenSet = false;
bool m_requestIdHasBeenSet = false;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ class NotifyApplicationStateResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ class NotifyMigrationTaskStateResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,11 @@ class PutResourceAttributesResult {
return *this;
}
///@}
inline Aws::Http::HttpResponseCode GetResponseCode() const { return m_responseCode; }

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ using namespace Aws;
AssociateCreatedArtifactResult::AssociateCreatedArtifactResult(const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }

AssociateCreatedArtifactResult& AssociateCreatedArtifactResult::operator=(const Aws::AmazonWebServiceResult<JsonValue>& result) {
m_responseCode = result.GetResponseCode();
AWS_UNREFERENCED_PARAM(result);

const auto& headers = result.GetHeaderValueCollection();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ AssociateDiscoveredResourceResult::AssociateDiscoveredResourceResult(const Aws::
}

AssociateDiscoveredResourceResult& AssociateDiscoveredResourceResult::operator=(const Aws::AmazonWebServiceResult<JsonValue>& result) {
m_responseCode = result.GetResponseCode();
AWS_UNREFERENCED_PARAM(result);

const auto& headers = result.GetHeaderValueCollection();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ using namespace Aws;
AssociateSourceResourceResult::AssociateSourceResourceResult(const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }

AssociateSourceResourceResult& AssociateSourceResourceResult::operator=(const Aws::AmazonWebServiceResult<JsonValue>& result) {
m_responseCode = result.GetResponseCode();
AWS_UNREFERENCED_PARAM(result);

const auto& headers = result.GetHeaderValueCollection();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ using namespace Aws;
CreateProgressUpdateStreamResult::CreateProgressUpdateStreamResult(const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }

CreateProgressUpdateStreamResult& CreateProgressUpdateStreamResult::operator=(const Aws::AmazonWebServiceResult<JsonValue>& result) {
m_responseCode = result.GetResponseCode();
AWS_UNREFERENCED_PARAM(result);

const auto& headers = result.GetHeaderValueCollection();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ using namespace Aws;
DeleteProgressUpdateStreamResult::DeleteProgressUpdateStreamResult(const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }

DeleteProgressUpdateStreamResult& DeleteProgressUpdateStreamResult::operator=(const Aws::AmazonWebServiceResult<JsonValue>& result) {
m_responseCode = result.GetResponseCode();
AWS_UNREFERENCED_PARAM(result);

const auto& headers = result.GetHeaderValueCollection();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ using namespace Aws;
DescribeApplicationStateResult::DescribeApplicationStateResult(const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }

DescribeApplicationStateResult& DescribeApplicationStateResult::operator=(const Aws::AmazonWebServiceResult<JsonValue>& result) {
m_responseCode = result.GetResponseCode();
JsonView jsonValue = result.GetPayload().View();
if (jsonValue.ValueExists("ApplicationStatus")) {
m_applicationStatus = ApplicationStatusMapper::GetApplicationStatusForName(jsonValue.GetString("ApplicationStatus"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ using namespace Aws;
DescribeMigrationTaskResult::DescribeMigrationTaskResult(const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }

DescribeMigrationTaskResult& DescribeMigrationTaskResult::operator=(const Aws::AmazonWebServiceResult<JsonValue>& result) {
m_responseCode = result.GetResponseCode();
JsonView jsonValue = result.GetPayload().View();
if (jsonValue.ValueExists("MigrationTask")) {
m_migrationTask = jsonValue.GetObject("MigrationTask");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ DisassociateCreatedArtifactResult::DisassociateCreatedArtifactResult(const Aws::
}

DisassociateCreatedArtifactResult& DisassociateCreatedArtifactResult::operator=(const Aws::AmazonWebServiceResult<JsonValue>& result) {
m_responseCode = result.GetResponseCode();
AWS_UNREFERENCED_PARAM(result);

const auto& headers = result.GetHeaderValueCollection();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ DisassociateDiscoveredResourceResult::DisassociateDiscoveredResourceResult(const

DisassociateDiscoveredResourceResult& DisassociateDiscoveredResourceResult::operator=(
const Aws::AmazonWebServiceResult<JsonValue>& result) {
m_responseCode = result.GetResponseCode();
AWS_UNREFERENCED_PARAM(result);

const auto& headers = result.GetHeaderValueCollection();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ using namespace Aws;
DisassociateSourceResourceResult::DisassociateSourceResourceResult(const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }

DisassociateSourceResourceResult& DisassociateSourceResourceResult::operator=(const Aws::AmazonWebServiceResult<JsonValue>& result) {
m_responseCode = result.GetResponseCode();
AWS_UNREFERENCED_PARAM(result);

const auto& headers = result.GetHeaderValueCollection();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ using namespace Aws;
ImportMigrationTaskResult::ImportMigrationTaskResult(const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }

ImportMigrationTaskResult& ImportMigrationTaskResult::operator=(const Aws::AmazonWebServiceResult<JsonValue>& result) {
m_responseCode = result.GetResponseCode();
AWS_UNREFERENCED_PARAM(result);

const auto& headers = result.GetHeaderValueCollection();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ using namespace Aws;
ListApplicationStatesResult::ListApplicationStatesResult(const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }

ListApplicationStatesResult& ListApplicationStatesResult::operator=(const Aws::AmazonWebServiceResult<JsonValue>& result) {
m_responseCode = result.GetResponseCode();
JsonView jsonValue = result.GetPayload().View();
if (jsonValue.ValueExists("ApplicationStateList")) {
Aws::Utils::Array<JsonView> applicationStateListJsonList = jsonValue.GetArray("ApplicationStateList");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ using namespace Aws;
ListCreatedArtifactsResult::ListCreatedArtifactsResult(const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }

ListCreatedArtifactsResult& ListCreatedArtifactsResult::operator=(const Aws::AmazonWebServiceResult<JsonValue>& result) {
m_responseCode = result.GetResponseCode();
JsonView jsonValue = result.GetPayload().View();
if (jsonValue.ValueExists("NextToken")) {
m_nextToken = jsonValue.GetString("NextToken");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ using namespace Aws;
ListDiscoveredResourcesResult::ListDiscoveredResourcesResult(const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }

ListDiscoveredResourcesResult& ListDiscoveredResourcesResult::operator=(const Aws::AmazonWebServiceResult<JsonValue>& result) {
m_responseCode = result.GetResponseCode();
JsonView jsonValue = result.GetPayload().View();
if (jsonValue.ValueExists("NextToken")) {
m_nextToken = jsonValue.GetString("NextToken");
Expand Down
Loading
Loading