Skip to content

Commit 6cbc092

Browse files
committed
Update models after rebase
1 parent 0545e4c commit 6cbc092

8 files changed

Lines changed: 19 additions & 2 deletions

File tree

generated/src/aws-cpp-sdk-signer-data/include/aws/signer-data/model/GetRevocationStatusResult.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
#pragma once
7+
#include <aws/core/http/HttpResponse.h>
78
#include <aws/core/utils/memory/stl/AWSString.h>
89
#include <aws/core/utils/memory/stl/AWSVector.h>
910
#include <aws/signer-data/SignerData_EXPORTS.h>
@@ -71,10 +72,13 @@ class GetRevocationStatusResult {
7172
return *this;
7273
}
7374
///@}
75+
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
76+
7477
private:
7578
Aws::Vector<Aws::String> m_revokedEntities;
7679

7780
Aws::String m_requestId;
81+
Aws::Http::HttpResponseCode m_HttpResponseCode;
7882
bool m_revokedEntitiesHasBeenSet = false;
7983
bool m_requestIdHasBeenSet = false;
8084
};

generated/src/aws-cpp-sdk-signer-data/source/model/GetRevocationStatusResult.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ using namespace Aws;
2020
GetRevocationStatusResult::GetRevocationStatusResult(const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }
2121

2222
GetRevocationStatusResult& GetRevocationStatusResult::operator=(const Aws::AmazonWebServiceResult<JsonValue>& result) {
23+
m_HttpResponseCode = result.GetResponseCode();
2324
JsonView jsonValue = result.GetPayload().View();
2425
if (jsonValue.ValueExists("revokedEntities")) {
2526
Aws::Utils::Array<JsonView> revokedEntitiesJsonList = jsonValue.GetArray("revokedEntities");

generated/src/aws-cpp-sdk-trustedadvisor/include/aws/trustedadvisor/model/ListChecksResult.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ class ListChecksResult {
9393

9494
Aws::String m_requestId;
9595
Aws::Http::HttpResponseCode m_HttpResponseCode;
96-
bool m_checkSummariesHasBeenSet = false;
9796
bool m_nextTokenHasBeenSet = false;
97+
bool m_checkSummariesHasBeenSet = false;
9898
bool m_requestIdHasBeenSet = false;
9999
};
100100

generated/src/aws-cpp-sdk-trustedadvisor/include/aws/trustedadvisor/model/ListOrganizationRecommendationAccountsResult.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,13 @@ class ListOrganizationRecommendationAccountsResult {
9494
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
9595

9696
private:
97+
Aws::String m_nextToken;
98+
9799
Aws::Vector<AccountRecommendationLifecycleSummary> m_accountRecommendationLifecycleSummaries;
98100

99-
Aws::String m_nextToken;
100101
Aws::String m_requestId;
101102
Aws::Http::HttpResponseCode m_HttpResponseCode;
103+
bool m_nextTokenHasBeenSet = false;
102104
bool m_accountRecommendationLifecycleSummariesHasBeenSet = false;
103105
bool m_requestIdHasBeenSet = false;
104106
};

generated/src/aws-cpp-sdk-wickr/include/aws/wickr/model/GetOpentdfConfigResult.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
#pragma once
7+
#include <aws/core/http/HttpResponse.h>
78
#include <aws/core/utils/memory/stl/AWSString.h>
89
#include <aws/wickr/Wickr_EXPORTS.h>
910

@@ -108,6 +109,8 @@ class GetOpentdfConfigResult {
108109
return *this;
109110
}
110111
///@}
112+
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
113+
111114
private:
112115
Aws::String m_clientId;
113116

@@ -118,6 +121,7 @@ class GetOpentdfConfigResult {
118121
Aws::String m_provider;
119122

120123
Aws::String m_requestId;
124+
Aws::Http::HttpResponseCode m_HttpResponseCode;
121125
bool m_clientIdHasBeenSet = false;
122126
bool m_domainHasBeenSet = false;
123127
bool m_clientSecretHasBeenSet = false;

generated/src/aws-cpp-sdk-wickr/include/aws/wickr/model/RegisterOpentdfConfigResult.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
*/
55

66
#pragma once
7+
#include <aws/core/http/HttpResponse.h>
78
#include <aws/core/utils/memory/stl/AWSString.h>
89
#include <aws/wickr/Wickr_EXPORTS.h>
910

@@ -108,6 +109,8 @@ class RegisterOpentdfConfigResult {
108109
return *this;
109110
}
110111
///@}
112+
inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
113+
111114
private:
112115
Aws::String m_clientId;
113116

@@ -118,6 +121,7 @@ class RegisterOpentdfConfigResult {
118121
Aws::String m_provider;
119122

120123
Aws::String m_requestId;
124+
Aws::Http::HttpResponseCode m_HttpResponseCode;
121125
bool m_clientIdHasBeenSet = false;
122126
bool m_domainHasBeenSet = false;
123127
bool m_clientSecretHasBeenSet = false;

generated/src/aws-cpp-sdk-wickr/source/model/GetOpentdfConfigResult.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ using namespace Aws;
2020
GetOpentdfConfigResult::GetOpentdfConfigResult(const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }
2121

2222
GetOpentdfConfigResult& GetOpentdfConfigResult::operator=(const Aws::AmazonWebServiceResult<JsonValue>& result) {
23+
m_HttpResponseCode = result.GetResponseCode();
2324
JsonView jsonValue = result.GetPayload().View();
2425
if (jsonValue.ValueExists("clientId")) {
2526
m_clientId = jsonValue.GetString("clientId");

generated/src/aws-cpp-sdk-wickr/source/model/RegisterOpentdfConfigResult.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ using namespace Aws;
2020
RegisterOpentdfConfigResult::RegisterOpentdfConfigResult(const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }
2121

2222
RegisterOpentdfConfigResult& RegisterOpentdfConfigResult::operator=(const Aws::AmazonWebServiceResult<JsonValue>& result) {
23+
m_HttpResponseCode = result.GetResponseCode();
2324
JsonView jsonValue = result.GetPayload().View();
2425
if (jsonValue.ValueExists("clientId")) {
2526
m_clientId = jsonValue.GetString("clientId");

0 commit comments

Comments
 (0)