//go:build no_runtime_type_checking package cdklabscdkappflow // Building without runtime type checking enabled, so all the below just return nil func (s *jsiiProxy_SAPOdataConnectorProfile) validateApplyRemovalPolicyParameters(policy awscdk.RemovalPolicy) error { return nil } func (s *jsiiProxy_SAPOdataConnectorProfile) validateBuildConnectorProfileCredentialsParameters(props *ConnectorProfileProps) error { return nil } func (s *jsiiProxy_SAPOdataConnectorProfile) validateBuildConnectorProfilePropertiesParameters(props *ConnectorProfileProps) error { return nil } func (s *jsiiProxy_SAPOdataConnectorProfile) validateGetResourceArnAttributeParameters(arnAttr *string, arnComponents *awscdk.ArnComponents) error { return nil } func (s *jsiiProxy_SAPOdataConnectorProfile) validateGetResourceNameAttributeParameters(nameAttr *string) error { return nil } func (s *jsiiProxy_SAPOdataConnectorProfile) validateTryAddNodeDependencyParameters(scope constructs.IConstruct, resource interface{}) error { return nil } func validateSAPOdataConnectorProfile_FromConnectionProfileArnParameters(scope constructs.Construct, id *string, arn *string) error { return nil } func validateSAPOdataConnectorProfile_FromConnectionProfileNameParameters(scope constructs.Construct, id *string, name *string) error { return nil } func validateSAPOdataConnectorProfile_IsConstructParameters(x interface{}) error { return nil } func validateSAPOdataConnectorProfile_IsOwnedResourceParameters(construct constructs.IConstruct) error { return nil } func validateSAPOdataConnectorProfile_IsResourceParameters(construct constructs.IConstruct) error { return nil } func validateNewSAPOdataConnectorProfileParameters(scope constructs.Construct, id *string, props *SAPOdataConnectorProfileProps) error { return nil }