UpdateIntegrationResult constructor
      
      UpdateIntegrationResult({ 
    
    
- bool? apiGatewayManaged,
 - String? connectionId,
 - ConnectionType? connectionType,
 - ContentHandlingStrategy? contentHandlingStrategy,
 - String? credentialsArn,
 - String? description,
 - String? integrationId,
 - String? integrationMethod,
 - String? integrationResponseSelectionExpression,
 - String? integrationSubtype,
 - IntegrationType? integrationType,
 - String? integrationUri,
 - PassthroughBehavior? passthroughBehavior,
 - String? payloadFormatVersion,
 - Map<
String, String> ? requestParameters, - Map<
String, String> ? requestTemplates, - Map<
String, Map< ? responseParameters,String, String> > - String? templateSelectionExpression,
 - int? timeoutInMillis,
 - TlsConfig? tlsConfig,
 
Implementation
UpdateIntegrationResult({
  this.apiGatewayManaged,
  this.connectionId,
  this.connectionType,
  this.contentHandlingStrategy,
  this.credentialsArn,
  this.description,
  this.integrationId,
  this.integrationMethod,
  this.integrationResponseSelectionExpression,
  this.integrationSubtype,
  this.integrationType,
  this.integrationUri,
  this.passthroughBehavior,
  this.payloadFormatVersion,
  this.requestParameters,
  this.requestTemplates,
  this.responseParameters,
  this.templateSelectionExpression,
  this.timeoutInMillis,
  this.tlsConfig,
});