7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/ApiGatewayV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/apigatewayv2/model/ConnectionType.h>
11#include <aws/apigatewayv2/model/ContentHandlingStrategy.h>
12#include <aws/apigatewayv2/model/IntegrationType.h>
13#include <aws/apigatewayv2/model/PassthroughBehavior.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/apigatewayv2/model/TlsConfigInput.h>
50 template<
typename ApiIdT = Aws::String>
51 void SetApiId(ApiIdT&& value) { m_apiIdHasBeenSet =
true; m_apiId = std::forward<ApiIdT>(value); }
52 template<
typename ApiIdT = Aws::String>
63 template<
typename ConnectionIdT = Aws::String>
64 void SetConnectionId(ConnectionIdT&& value) { m_connectionIdHasBeenSet =
true; m_connectionId = std::forward<ConnectionIdT>(value); }
65 template<
typename ConnectionIdT = Aws::String>
110 template<
typename CredentialsArnT = Aws::String>
111 void SetCredentialsArn(CredentialsArnT&& value) { m_credentialsArnHasBeenSet =
true; m_credentialsArn = std::forward<CredentialsArnT>(value); }
112 template<
typename CredentialsArnT = Aws::String>
122 template<
typename DescriptionT = Aws::String>
123 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
124 template<
typename DescriptionT = Aws::String>
134 template<
typename IntegrationIdT = Aws::String>
135 void SetIntegrationId(IntegrationIdT&& value) { m_integrationIdHasBeenSet =
true; m_integrationId = std::forward<IntegrationIdT>(value); }
136 template<
typename IntegrationIdT = Aws::String>
146 template<
typename IntegrationMethodT = Aws::String>
147 void SetIntegrationMethod(IntegrationMethodT&& value) { m_integrationMethodHasBeenSet =
true; m_integrationMethod = std::forward<IntegrationMethodT>(value); }
148 template<
typename IntegrationMethodT = Aws::String>
161 template<
typename IntegrationSubtypeT = Aws::String>
162 void SetIntegrationSubtype(IntegrationSubtypeT&& value) { m_integrationSubtypeHasBeenSet =
true; m_integrationSubtype = std::forward<IntegrationSubtypeT>(value); }
163 template<
typename IntegrationSubtypeT = Aws::String>
206 template<
typename IntegrationUriT = Aws::String>
207 void SetIntegrationUri(IntegrationUriT&& value) { m_integrationUriHasBeenSet =
true; m_integrationUri = std::forward<IntegrationUriT>(value); }
208 template<
typename IntegrationUriT = Aws::String>
242 template<
typename PayloadFormatVersionT = Aws::String>
243 void SetPayloadFormatVersion(PayloadFormatVersionT&& value) { m_payloadFormatVersionHasBeenSet =
true; m_payloadFormatVersion = std::forward<PayloadFormatVersionT>(value); }
244 template<
typename PayloadFormatVersionT = Aws::String>
284 template<
typename RequestParametersT = Aws::Map<Aws::String, Aws::String>>
285 void SetRequestParameters(RequestParametersT&& value) { m_requestParametersHasBeenSet =
true; m_requestParameters = std::forward<RequestParametersT>(value); }
286 template<
typename RequestParametersT = Aws::Map<Aws::String, Aws::String>>
288 template<
typename RequestParametersKeyT = Aws::String,
typename RequestParametersValueT = Aws::String>
290 m_requestParametersHasBeenSet =
true; m_requestParameters.emplace(std::forward<RequestParametersKeyT>(key), std::forward<RequestParametersValueT>(value));
return *
this;
303 template<
typename RequestTemplatesT = Aws::Map<Aws::String, Aws::String>>
304 void SetRequestTemplates(RequestTemplatesT&& value) { m_requestTemplatesHasBeenSet =
true; m_requestTemplates = std::forward<RequestTemplatesT>(value); }
305 template<
typename RequestTemplatesT = Aws::Map<Aws::String, Aws::String>>
307 template<
typename RequestTemplatesKeyT = Aws::String,
typename RequestTemplatesValueT = Aws::String>
309 m_requestTemplatesHasBeenSet =
true; m_requestTemplates.emplace(std::forward<RequestTemplatesKeyT>(key), std::forward<RequestTemplatesValueT>(value));
return *
this;
329 template<
typename ResponseParametersT = Aws::Map<Aws::String, Aws::Map<Aws::String, Aws::String>>>
330 void SetResponseParameters(ResponseParametersT&& value) { m_responseParametersHasBeenSet =
true; m_responseParameters = std::forward<ResponseParametersT>(value); }
331 template<
typename ResponseParametersT = Aws::Map<Aws::String, Aws::Map<Aws::String, Aws::String>>>
333 template<
typename ResponseParametersKeyT = Aws::String,
typename ResponseParametersValueT = Aws::Map<Aws::String, Aws::String>>
335 m_responseParametersHasBeenSet =
true; m_responseParameters.emplace(std::forward<ResponseParametersKeyT>(key), std::forward<ResponseParametersValueT>(value));
return *
this;
345 template<
typename TemplateSelectionExpressionT = Aws::String>
346 void SetTemplateSelectionExpression(TemplateSelectionExpressionT&& value) { m_templateSelectionExpressionHasBeenSet =
true; m_templateSelectionExpression = std::forward<TemplateSelectionExpressionT>(value); }
347 template<
typename TemplateSelectionExpressionT = Aws::String>
359 inline void SetTimeoutInMillis(
int value) { m_timeoutInMillisHasBeenSet =
true; m_timeoutInMillis = value; }
371 template<
typename TlsConfigT = TlsConfigInput>
372 void SetTlsConfig(TlsConfigT&& value) { m_tlsConfigHasBeenSet =
true; m_tlsConfig = std::forward<TlsConfigT>(value); }
373 template<
typename TlsConfigT = TlsConfigInput>
379 bool m_apiIdHasBeenSet =
false;
382 bool m_connectionIdHasBeenSet =
false;
385 bool m_connectionTypeHasBeenSet =
false;
388 bool m_contentHandlingStrategyHasBeenSet =
false;
391 bool m_credentialsArnHasBeenSet =
false;
394 bool m_descriptionHasBeenSet =
false;
397 bool m_integrationIdHasBeenSet =
false;
400 bool m_integrationMethodHasBeenSet =
false;
403 bool m_integrationSubtypeHasBeenSet =
false;
406 bool m_integrationTypeHasBeenSet =
false;
409 bool m_integrationUriHasBeenSet =
false;
412 bool m_passthroughBehaviorHasBeenSet =
false;
415 bool m_payloadFormatVersionHasBeenSet =
false;
418 bool m_requestParametersHasBeenSet =
false;
421 bool m_requestTemplatesHasBeenSet =
false;
424 bool m_responseParametersHasBeenSet =
false;
427 bool m_templateSelectionExpressionHasBeenSet =
false;
429 int m_timeoutInMillis{0};
430 bool m_timeoutInMillisHasBeenSet =
false;
432 TlsConfigInput m_tlsConfig;
433 bool m_tlsConfigHasBeenSet =
false;
bool TlsConfigHasBeenSet() const
const Aws::String & GetConnectionId() const
UpdateIntegrationRequest & WithRequestTemplates(RequestTemplatesT &&value)
UpdateIntegrationRequest & WithConnectionType(ConnectionType value)
AWS_APIGATEWAYV2_API UpdateIntegrationRequest()=default
void SetTemplateSelectionExpression(TemplateSelectionExpressionT &&value)
const TlsConfigInput & GetTlsConfig() const
void SetContentHandlingStrategy(ContentHandlingStrategy value)
bool IntegrationMethodHasBeenSet() const
void SetResponseParameters(ResponseParametersT &&value)
int GetTimeoutInMillis() const
ContentHandlingStrategy GetContentHandlingStrategy() const
UpdateIntegrationRequest & WithConnectionId(ConnectionIdT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetIntegrationMethod() const
void SetRequestTemplates(RequestTemplatesT &&value)
UpdateIntegrationRequest & WithIntegrationSubtype(IntegrationSubtypeT &&value)
bool RequestParametersHasBeenSet() const
bool RequestTemplatesHasBeenSet() const
void SetConnectionId(ConnectionIdT &&value)
UpdateIntegrationRequest & WithTemplateSelectionExpression(TemplateSelectionExpressionT &&value)
UpdateIntegrationRequest & WithPayloadFormatVersion(PayloadFormatVersionT &&value)
void SetIntegrationMethod(IntegrationMethodT &&value)
const Aws::String & GetTemplateSelectionExpression() const
UpdateIntegrationRequest & WithIntegrationMethod(IntegrationMethodT &&value)
bool PassthroughBehaviorHasBeenSet() const
bool ApiIdHasBeenSet() const
bool IntegrationSubtypeHasBeenSet() const
UpdateIntegrationRequest & AddRequestTemplates(RequestTemplatesKeyT &&key, RequestTemplatesValueT &&value)
bool ConnectionTypeHasBeenSet() const
bool ResponseParametersHasBeenSet() const
const Aws::Map< Aws::String, Aws::Map< Aws::String, Aws::String > > & GetResponseParameters() const
const Aws::String & GetIntegrationId() const
bool IntegrationUriHasBeenSet() const
UpdateIntegrationRequest & WithApiId(ApiIdT &&value)
UpdateIntegrationRequest & WithPassthroughBehavior(PassthroughBehavior value)
UpdateIntegrationRequest & WithIntegrationType(IntegrationType value)
void SetIntegrationType(IntegrationType value)
const Aws::String & GetCredentialsArn() const
UpdateIntegrationRequest & AddRequestParameters(RequestParametersKeyT &&key, RequestParametersValueT &&value)
ConnectionType GetConnectionType() const
const Aws::String & GetPayloadFormatVersion() const
bool TemplateSelectionExpressionHasBeenSet() const
void SetIntegrationSubtype(IntegrationSubtypeT &&value)
const Aws::String & GetIntegrationUri() const
void SetIntegrationUri(IntegrationUriT &&value)
UpdateIntegrationRequest & WithResponseParameters(ResponseParametersT &&value)
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
UpdateIntegrationRequest & WithTlsConfig(TlsConfigT &&value)
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
void SetRequestParameters(RequestParametersT &&value)
void SetPayloadFormatVersion(PayloadFormatVersionT &&value)
UpdateIntegrationRequest & WithDescription(DescriptionT &&value)
IntegrationType GetIntegrationType() const
bool TimeoutInMillisHasBeenSet() const
const Aws::String & GetIntegrationSubtype() const
const Aws::Map< Aws::String, Aws::String > & GetRequestParameters() const
UpdateIntegrationRequest & WithIntegrationUri(IntegrationUriT &&value)
void SetTlsConfig(TlsConfigT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetApiId() const
bool IntegrationIdHasBeenSet() const
bool IntegrationTypeHasBeenSet() const
bool ContentHandlingStrategyHasBeenSet() const
PassthroughBehavior GetPassthroughBehavior() const
UpdateIntegrationRequest & WithIntegrationId(IntegrationIdT &&value)
UpdateIntegrationRequest & AddResponseParameters(ResponseParametersKeyT &&key, ResponseParametersValueT &&value)
void SetCredentialsArn(CredentialsArnT &&value)
void SetPassthroughBehavior(PassthroughBehavior value)
UpdateIntegrationRequest & WithTimeoutInMillis(int value)
bool ConnectionIdHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetRequestTemplates() const
bool CredentialsArnHasBeenSet() const
void SetConnectionType(ConnectionType value)
UpdateIntegrationRequest & WithRequestParameters(RequestParametersT &&value)
void SetApiId(ApiIdT &&value)
void SetIntegrationId(IntegrationIdT &&value)
bool PayloadFormatVersionHasBeenSet() const
void SetTimeoutInMillis(int value)
UpdateIntegrationRequest & WithCredentialsArn(CredentialsArnT &&value)
UpdateIntegrationRequest & WithContentHandlingStrategy(ContentHandlingStrategy value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String