File tree Expand file tree Collapse file tree
include/aws/signer-data/model
aws-cpp-sdk-trustedadvisor/include/aws/trustedadvisor/model Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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};
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ using namespace Aws;
2020GetRevocationStatusResult::GetRevocationStatusResult (const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }
2121
2222GetRevocationStatusResult& 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" );
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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};
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ using namespace Aws;
2020GetOpentdfConfigResult::GetOpentdfConfigResult (const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }
2121
2222GetOpentdfConfigResult& 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" );
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ using namespace Aws;
2020RegisterOpentdfConfigResult::RegisterOpentdfConfigResult (const Aws::AmazonWebServiceResult<JsonValue>& result) { *this = result; }
2121
2222RegisterOpentdfConfigResult& 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" );
You can’t perform that action at this time.
0 commit comments